comparison runtime/syntax/modula2.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 ff27442e7851
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
50 syn region modula2String start="'" end="'" 50 syn region modula2String start="'" end="'"
51 syn region modula2Set start="{" end="}" 51 syn region modula2Set start="{" end="}"
52 52
53 " Define the default highlighting. 53 " Define the default highlighting.
54 " Only when an item doesn't have highlighting yet 54 " Only when an item doesn't have highlighting yet
55 command -nargs=+ HiLink hi def link <args>
56 55
57 HiLink modula2Ident Identifier 56 hi def link modula2Ident Identifier
58 HiLink modula2StdConst Boolean 57 hi def link modula2StdConst Boolean
59 HiLink modula2Type Identifier 58 hi def link modula2Type Identifier
60 HiLink modula2StdFunc Identifier 59 hi def link modula2StdFunc Identifier
61 HiLink modula2Header Type 60 hi def link modula2Header Type
62 HiLink modula2Keyword Statement 61 hi def link modula2Keyword Statement
63 HiLink modula2AttKeyword PreProc 62 hi def link modula2AttKeyword PreProc
64 HiLink modula2Comment Comment 63 hi def link modula2Comment Comment
65 " The following is just a matter of taste (you want to try this instead): 64 " The following is just a matter of taste (you want to try this instead):
66 " hi modula2Comment term=bold ctermfg=DarkBlue guifg=Blue gui=bold 65 " hi modula2Comment term=bold ctermfg=DarkBlue guifg=Blue gui=bold
67 HiLink modula2Todo Todo 66 hi def link modula2Todo Todo
68 HiLink modula2String String 67 hi def link modula2String String
69 HiLink modula2Set String 68 hi def link modula2Set String
70 69
71 delcommand HiLink
72 70
73 let b:current_syntax = "modula2" 71 let b:current_syntax = "modula2"
74 72
75 " vim: ts=8 73 " vim: ts=8