- Updated introduction comment

This commit is contained in:
Stefan Müller 2010-10-02 11:53:54 +02:00
parent 00e4a4af84
commit 1fcff0a80e
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ if not modules then modules = { } end modules ['pret-pas'] = {
license = "see context related readme files" 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/ -- http://lazarus.freepascal.org/
local visualizer = buffers.newvisualizer("pas") local visualizer = buffers.newvisualizer("pas")