Clean up use recognition of backtick operator functions, add support for .. range operator
This commit is contained in:
@@ -38,7 +38,9 @@ syn keyword chaiscriptType fun var
|
||||
syn keyword chaiscriptFunc eval throw
|
||||
|
||||
"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
|
||||
syn match chaiscriptComment "//.*$" contains=@Spell
|
||||
|
Reference in New Issue
Block a user