We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9d750 commit bc076e9Copy full SHA for bc076e9
syntax/ngl.vim
@@ -4,8 +4,8 @@
4
5
syn keyword nglKeyword using
6
syn keyword nglImport ngless import version
7
-syn keyword nglConditional discard continue
8
-syn keyword nglSpecial discard continue
+syn keyword nglConditional if discard continue
+syn keyword nglSpecial not true false True False
9
syn keyword nglOperator ? : == != > >= < <= + - % * /
10
11
syn match nglFunction "\<[a-zA-Z][a-zA-Z0-9_]*\s*("
0 commit comments