浏览代码

feat: add #unlocal

dzp 2 年之前
父节点
当前提交
9ddf5aa375
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      syntax/tt.vim

+ 1 - 1
syntax/tt.vim

@@ -238,7 +238,7 @@ syntax keyword ttCmd #line
 			\ skipwhite skipempty
 " }}}
 " UnCommands: #un* {{{
-syntax keyword ttCmdUn #unvar[iable] #untick[er] #undelay #unact[ion] #unevent #unfunc[tion]
+syntax keyword ttCmdUn #unl[ocal] #unvar[iable] #untick[er] #undelay #unact[ion] #unevent #unfunc[tion]
 			\ #unhigh[light] #unmacro #unprompt #unsub[sisitue] #untab #ungag #unalias
 			\ nextgroup=ttUnBlock,ttUn
 			\ skipwhite