Clean up use recognition of backtick operator functions, add support for .. range operator
This commit is contained in:
parent
65c5178549
commit
43d0d6199a
@ -38,7 +38,9 @@ syn keyword chaiscriptType fun var
|
|||||||
syn keyword chaiscriptFunc eval throw
|
syn keyword chaiscriptFunc eval throw
|
||||||
|
|
||||||
"Let's treat all backtick operator function lookups as built in too
|
"Let's treat all backtick operator function lookups as built in too
|
||||||
syn match chaiscriptFunc "`.*`"
|
syn region chaiscriptFunc matchgroup=chaiscriptFunc start="`" end="`"
|
||||||
|
|
||||||
|
syn match chaiscriptOperator "\.\."
|
||||||
|
|
||||||
" Comments
|
" Comments
|
||||||
syn match chaiscriptComment "//.*$" contains=@Spell
|
syn match chaiscriptComment "//.*$" contains=@Spell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user