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 2f34ab9 commit 21ac678Copy full SHA for 21ac678
1 file changed
syntax/rescript.vim
@@ -2,6 +2,8 @@ if exists("b:current_syntax")
2
finish
3
endif
4
5
+syntax sync fromstart
6
+
7
" Boolean
8
syntax keyword resBoolean true false
9
0 commit comments