1
0
forked from aniani/vim

Updated runtime files. Remove HiLink commands.

This commit is contained in:
Bram Moolenaar
2016-08-31 22:22:10 +02:00
parent c628fdcd46
commit f37506f60f
345 changed files with 8746 additions and 9223 deletions

View File

@@ -93,23 +93,21 @@ syn match tasmBin "\<[01]\+B\>"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink tasmString String
HiLink tasmDec Number
HiLink tasmHex Number
HiLink tasmOct Number
HiLink tasmBin Number
HiLink tasmInstruction Keyword
HiLink tasmCoprocInstr Keyword
HiLink tasmMMXInst Keyword
HiLink tasmDirective PreProc
HiLink tasmRegister Identifier
HiLink tasmProctype PreProc
HiLink tasmComment Comment
HiLink tasmLabel Label
hi def link tasmString String
hi def link tasmDec Number
hi def link tasmHex Number
hi def link tasmOct Number
hi def link tasmBin Number
hi def link tasmInstruction Keyword
hi def link tasmCoprocInstr Keyword
hi def link tasmMMXInst Keyword
hi def link tasmDirective PreProc
hi def link tasmRegister Identifier
hi def link tasmProctype PreProc
hi def link tasmComment Comment
hi def link tasmLabel Label
delcommand HiLink
let b:curret_syntax = "tasm"