mirror of
https://github.com/gregjurman/vim-nc.git
synced 2024-12-26 11:15:51 +00:00
Added goto and end
This commit is contained in:
parent
1747a3165e
commit
8c9f63d5df
@ -12,7 +12,7 @@ syn case ignore
|
|||||||
|
|
||||||
syntax match ngcConstant /\(\-\=[.0-9]*\)/
|
syntax match ngcConstant /\(\-\=[.0-9]*\)/
|
||||||
syntax keyword ngcConditional if else endif
|
syntax keyword ngcConditional if else endif
|
||||||
syntax keyword ngcRepeat do while endwhile break continue
|
syntax keyword ngcRepeat do while endwhile break continue end goto
|
||||||
syntax keyword ngcFunction sub endsub call return
|
syntax keyword ngcFunction sub endsub call return
|
||||||
syntax keyword ngcOperator EQ NE GT GE LT LE ABS ACOS ASIN ATAN COS EXP FIX FUP LN ROUND SIN SQRT TAN MOD AND OR
|
syntax keyword ngcOperator EQ NE GT GE LT LE ABS ACOS ASIN ATAN COS EXP FIX FUP LN ROUND SIN SQRT TAN MOD AND OR
|
||||||
syntax match ngcOperatorPunc "[%\-+*/\[\]]"
|
syntax match ngcOperatorPunc "[%\-+*/\[\]]"
|
||||||
|
Loading…
Reference in New Issue
Block a user