This is the Pascal syntax files for Annotate; they cover basic syntax of
Pascal, plus highlighting for all procedures and functions, types, variables
and constants specified in the fpdocs for all the amunits (Amiga Units) that
come with FreePascal 3 for the Amiga. This is roughly 7700 tokens of
highlighting but it greatly improves the ability to code for the Amiga in
Pascal.
Peer Dependencies
-----------------
To make the syntax look better, there is an included SetColors.prefs that is
compatible with the setcolors13.lha tool found on aminet. It can be found
here.
http://aminet.net/util/sys/setcolors13.lha
The SetColors CLI command can easily apply the supplied color schemes. The
pascal <Syntax> set defined in AnnotateSyntax.pascal.colors.xml will use the
pens defined in the corresponding SetColors.<theme>.prefs file. The palette
png files can be seen in the palettes/ directory.
Installation
------------
See the Readme file in the archive.
Notes
-----
The <Style> tag and `styleset` attributes on the <Token> elements do absolutely
nothing right now. They are there to help identity colors chosen in the syntax
file. Their usage is a recommended upgrade for Annotate. We shall see if I
or another coder puts them to use in a future version.
License
-------
Free to use or distribute however you feel fit.
History
-------
1.3 Fix aminet archive to have the right contents
Remove file inception
1.2 Add more themes
Fix error in ChooseTheme script
Compress InstallSyntax by roughly 60%
Include images of each theme's palette
Include source code for InstallSyntax
Include the full SetColors source archive
1.1 Add four themes
Add tool to select the themes
Add InstallSyntax CLI tool for copying the Pascal
syntax theme into the existing AnnotateSyntax.xml
file without affecting other themes in the file
Will replace existing Pascal syntax if you are
upgrading to a newer version.
Includes SetColors to handle setting the pens for
the various themes
1.0 Basic Pascal syntax. Missing primitive types and
having several other issues.
Came with a few different versions of the syntax
file to support different backgrounds.
|