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