" Vim syntax file " Language: Cretonne " Maintainer: Jakob Stoklund Olesen / syn match ctonEntity /\<\(v\|vx\|ss\|jt\|\)\d\+\>/ syn match ctonLabel /\/ syn match ctonNumber /-\?\<\d\+\>/ syn match ctonNumber /-\?\<0x\x\+\(\.\x*\)\(p[+-]\?\d\+\)\?\>/ syn region ctonCommentLine start=";" end="$" contains=ctonFilecheck hi def link ctonHeader Keyword hi def link ctonDecl Keyword hi def link ctonType Type hi def link ctonEntity Identifier hi def link ctonLabel Label hi def link ctonNumber Number hi def link ctonCommentLine Comment hi def link ctonFilecheck SpecialComment let b:current_syntax = "cton"