Quellcode durchsuchen

feat: increase minlines to avoid highlighting errors

dzp vor 2 Jahren
Ursprung
Commit
e0993b6bb6
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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