This file contains 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
" Vim syntax file | |
" Language: PLEXIL | |
if exists("b:current_syntax") | |
finish | |
end | |
syn keyword pleBoolean true false |
This file contains 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
# For complete documentation of this file, please see Geany's main documentation | |
[styling=C] | |
[keywords] | |
# all items must be in one line | |
primary=Concurrence Command LibraryAction SynchronousCommand LibraryCall Lookup LookupNow LookupOnChange SkipCondition StartCondition InvariantCondition ExitCondition EndCondition RepeatCondition String Integer Real Boolean Wait In if elseif else endif while for | |
secondary=INACTIVE WAITING EXECUTING FINISHING ITERATION_ENDED FAILING FINISHED | |
# these are the doc keywords | |
docComment= |