- Updated introduction comment
This commit is contained in:
parent
00e4a4af84
commit
1fcff0a80e
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue