📄 htmlm4.vim
字号:
" Vim syntax file" Language: HTML and M4" Maintainer: Claudio Fleiner <claudio@fleiner.com>" URL: http://www.fleiner.com/vim/syntax/htmlm4.vim" Last Change: 2001 Apr 30" For version 5.x: Clear all syntax items" For version 6.x: Quit when a syntax file was already loadedif version < 600 syntax clearelseif exists("b:current_syntax") finishendif" we define it here so that included files can test for itif !exists("main_syntax") let main_syntax='htmlm4'endifif version < 600 so <sfile>:p:h/html.vimelse runtime! syntax/html.vimendifunlet b:current_syntaxsyn case matchif version < 600 so <sfile>:p:h/m4.vimelse runtime! syntax/m4.vimendifunlet b:current_syntaxsyn cluster htmlPreproc add=@m4Topsyn cluster m4StringContents add=htmlTag,htmlEndTaglet b:current_syntax = "htmlm4"if main_syntax == 'htmlm4' unlet main_syntaxendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -