Bläddra i källkod

feat: increase minlines to avoid highlighting errors

dzp 2 år sedan
förälder
incheckning
e0993b6bb6
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      syntax/tt.vim

+ 2 - 0
syntax/tt.vim

@@ -19,6 +19,8 @@ endif
 setlocal iskeyword+=#
 " tintin++ keywords are case insensitive
 syntax case ignore
+" Increase minlines to avoid highlighting errors
+syntax sync minlines=200
 " tintin++ Commands {{{
 " Kill: #kill #killall {{{
 syntax keyword ttCmd #kill