Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
19a7dbf5
Commit
19a7dbf5
authored
Nov 13, 2016
by
Maxime Perrotin
Browse files
Add "for" and "endfor" to the bold keywords
parent
f5d333f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/sdlSymbols.py
View file @
19a7dbf5
...
...
@@ -46,10 +46,10 @@ CONTEXT = ogAST.Process()
SDL_BLACKBOLD
=
[
'
\\
b{word}
\\
b'
.
format
(
word
=
word
)
for
word
in
(
'DCL'
,
'CALL'
,
'ELSE'
,
'IF'
,
'THEN'
,
'MANTISSA'
,
'BASE'
,
'EXPONENT'
,
'TRUE'
,
'FALSE'
,
'MOD'
,
'FI'
,
'WRITE'
,
'WRITELN'
,
'LENGTH'
,
'PRESENT'
,
'FPAR'
,
'TODO'
,
'FIXME'
,
'XXX'
,
'LENGTH'
,
'PRESENT'
,
'FPAR'
,
'TODO'
,
'FIXME'
,
'XXX'
,
'ENDFOR'
,
'CHECKME'
,
'PROCEDURE'
,
'EXTERNAL'
,
'IN'
,
'OUT'
,
'TIMER'
,
'SET_TIMER'
,
'RESET_TIMER'
,
'VIA'
,
'ENTRY'
,
'EXIT'
,
'PRIORITY'
,
'SYNTYPE'
,
'ENDSYNTYPE'
,
'CONSTANTS'
,
'ENDPROCEDURE'
,
'SYNTYPE'
,
'ENDSYNTYPE'
,
'CONSTANTS'
,
'ENDPROCEDURE'
,
'FOR'
,
'COMMENT'
,
'SIGNAL'
,
'SIGNALLIST'
,
'USE'
,
'RETURNS'
,
'ANY'
,
'NEWTYPE'
,
'ENDNEWTYPE'
,
'ARRAY'
,
'STRUCT'
,
'SYNONYM'
)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment