comparison runtime/syntax/pccts.vim @ 10051:46763b01cd9a

commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 22:22:10 2016 +0200 Updated runtime files. Remove HiLink commands.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Aug 2016 22:30:08 +0200
parents 43efa4f5a8ea
children
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
64 syn sync match pcctsSyncRule grouphere pcctsRule "\<[a-z][A-Za-z0-9_]*\>\s*\[[^]]*\]\s*:" 64 syn sync match pcctsSyncRule grouphere pcctsRule "\<[a-z][A-Za-z0-9_]*\>\s*\[[^]]*\]\s*:"
65 syn sync match pcctsSyncRule grouphere pcctsRule "\<[a-z][A-Za-z0-9_]*\>\(\s*\[[^]]*\]\)\=\s*>\s*\[[^]]*\]\s*:" 65 syn sync match pcctsSyncRule grouphere pcctsRule "\<[a-z][A-Za-z0-9_]*\>\(\s*\[[^]]*\]\)\=\s*>\s*\[[^]]*\]\s*:"
66 66
67 " Define the default highlighting. 67 " Define the default highlighting.
68 " Only when an item doesn't have highlighting yet 68 " Only when an item doesn't have highlighting yet
69 command -nargs=+ HiLink hi def link <args>
70 69
71 HiLink pcctsDelim Special 70 hi def link pcctsDelim Special
72 HiLink pcctsTokenName Identifier 71 hi def link pcctsTokenName Identifier
73 HiLink pcctsRuleName Statement 72 hi def link pcctsRuleName Statement
74 HiLink pcctsLabelHack Label 73 hi def link pcctsLabelHack Label
75 HiLink pcctsDirective PreProc 74 hi def link pcctsDirective PreProc
76 HiLink pcctsString String 75 hi def link pcctsString String
77 HiLink pcctsComment Comment 76 hi def link pcctsComment Comment
78 HiLink pcctsClass Statement 77 hi def link pcctsClass Statement
79 HiLink pcctsClassName Identifier 78 hi def link pcctsClassName Identifier
80 HiLink pcctsException Statement 79 hi def link pcctsException Statement
81 HiLink pcctsExceptionHandler Keyword 80 hi def link pcctsExceptionHandler Keyword
82 HiLink pcctsExceptionRuleRef pcctsDelim 81 hi def link pcctsExceptionRuleRef pcctsDelim
83 HiLink pcctsExceptionID Identifier 82 hi def link pcctsExceptionID Identifier
84 HiLink pcctsRuleRef Identifier 83 hi def link pcctsRuleRef Identifier
85 HiLink pcctsSpecialChar SpecialChar 84 hi def link pcctsSpecialChar SpecialChar
86 85
87 delcommand HiLink
88 86
89 let b:current_syntax = "pccts" 87 let b:current_syntax = "pccts"
90 88
91 " vim: ts=8 89 " vim: ts=8