Browse Source

Feat: add keyword "local"

flw 7 years ago
parent
commit
85cd7c8bc3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      syntax/tt.vim

+ 4 - 0
syntax/tt.vim

@@ -170,6 +170,10 @@ syntax keyword ttCmdVar #var[iable]
 			\ nextgroup=ttVarVarBlock,ttVarVar
 			\ skipwhite skipempty
 
+syntax keyword ttCmdVar #loc[al]
+			\ nextgroup=ttVarVarBlock,ttVarVar
+			\ skipwhite skipempty
+
 syntax keyword ttCmdVar #format
 			\ nextgroup=ttFormatVarBlock,ttFormatVar
 			\ skipwhite skipempty