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.
2 parents 2f34ab9 + 93099ab commit f401598Copy full SHA for f401598
syntax/rescript.vim
@@ -2,6 +2,9 @@ if exists("b:current_syntax")
2
finish
3
endif
4
5
+" See https://github.com/rescript-lang/vim-rescript/issues/14
6
+syntax sync minlines=600
7
+
8
" Boolean
9
syntax keyword resBoolean true false
10
0 commit comments