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")