Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use minlines 600 to prevent syntax highlight sync problems
  • Loading branch information
amiralies committed Dec 9, 2020
commit 93099ab80ac19e63df3f35580239f4166412493f
3 changes: 2 additions & 1 deletion syntax/rescript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ if exists("b:current_syntax")
finish
endif

syntax sync fromstart
" See https://github.com/rescript-lang/vim-rescript/issues/14
syntax sync minlines=600

" Boolean
syntax keyword resBoolean true false
Expand Down