We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a6c74 commit b2435abCopy full SHA for b2435ab
syntax/rescript.vim
@@ -47,6 +47,8 @@ syntax match resOperator "\v\@"
47
48
syntax match resOperator "\v\!"
49
syntax match resOperator "\v\&"
50
+syntax match resOperator "\v\:\>"
51
+syntax match resOperator "\v\.\.\."
52
53
" Delimiter
54
syntax match resDelimiter "\v\|"
0 commit comments