Last active
November 21, 2015 00:18
-
-
Save olexandr-konovalov/68cea8bd9332a06e08b1 to your computer and use it in GitHub Desktop.
GAP syntax highlight for PSPad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;PSPad user HighLighter definition file by Alexander Konovalov, 2011 | |
;This is my GAP.INI for PSPad (http://www.pspad.com/). To install it, | |
;find where the GAP.INI file is located in your PsPAD installation | |
;(likely in the 'Syntax' subdirectory) and replace it by this file. | |
;Make a backup copy of the old GAP.INI in case you'd like to revert it. | |
[Settings] | |
Name=GAP | |
HTMLGroup=0 | |
FileType=.gi,.gd,.g | |
CommentString=2 | |
ANSIComment=0 | |
PasComment=0 | |
SlashComment=0 | |
CComment=0 | |
SpecComment=0 | |
BasComment=0 | |
FoxComment=0 | |
REMComment=0 | |
ExclComment=0 | |
ByComment=0 | |
SharpComment=1 | |
SlashComment=0 | |
PerCentComment=0 | |
SinglQComment=0 | |
DblQComment=0 | |
SQLComment=0 | |
FortranComment=0 | |
CStarComment=0 | |
DollarComment=0 | |
LBracketComment=0 | |
SingleQuote=1 | |
DoubleQuote=1 | |
Preprocessors=0 | |
IndentChar= | |
UnIndentChar= | |
TabWidth=2 | |
CaseSensitive=1 | |
PocoComment=0 | |
DComment=0 | |
SmartComment=0 | |
HaskellComment=0 | |
PipeComment=0 | |
WebFocusComment=0 | |
KeyWordChars=_ | |
CodeExplorer=ftUnknown | |
[KeyWords] | |
and= | |
break= | |
continue= | |
do= | |
elif= | |
else= | |
end= | |
fi= | |
for= | |
function= | |
if= | |
in= | |
local= | |
mod= | |
not= | |
od= | |
or= | |
QUIT= | |
quit= | |
rec= | |
repeat= | |
return= | |
then= | |
until= | |
while= | |
[ReservedWords] | |
Assert= | |
fail= | |
false= | |
Info= | |
IsBound= | |
SaveWorkspace= | |
true= | |
TryNextMethod= | |
Unbind= | |
[KeyWords2] | |
[KeyWords3] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment