From 1fcff0a80e9a21596b8fad26691cee128c0d0d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Sat, 2 Oct 2010 11:53:54 +0200 Subject: [PATCH] - Updated introduction comment --- pret-pas.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pret-pas.lua b/pret-pas.lua index a5e4830..57c76eb 100644 --- a/pret-pas.lua +++ b/pret-pas.lua @@ -6,7 +6,10 @@ if not modules then modules = { } end modules ['pret-pas'] = { license = "see context related readme files" } --- The code formatting is adapted from Lazarus, a Free Pascal RAD IDE. +-- The code formatting is adapted from Lazarus, a Free Pascal RAD IDE, which +-- should be quite similar to the Delphi style. Please note that comments are +-- not typeset with bold fontface but slanted, which improves output when not +-- using colors. -- http://lazarus.freepascal.org/ local visualizer = buffers.newvisualizer("pas")