Skip to content

Instantly share code, notes, and snippets.

@scravy
Last active July 21, 2020 16:23
Show Gist options
  • Save scravy/711581c03ac78ae86e91408bccd7f571 to your computer and use it in GitHub Desktop.
Save scravy/711581c03ac78ae86e91408bccd7f571 to your computer and use it in GitHub Desktop.
syn keyword xError Error
hi def link xError Error
syn keyword xConstant Constant
hi def link xConstant Constant
syn keyword xString String
hi def link xString String
syn keyword xCharacter Character
hi def link xCharacter Character
syn keyword xNumber Number
hi def link xNumber Number
syn keyword xBoolean Boolean
hi def link xBoolean Boolean
syn keyword xFloat Float
hi def link xFloat Float
syn keyword xIdentifier Identifier
hi def link xIdentifier Identifier
syn keyword xFunction Function
hi def link xFunction Function
syn keyword xStatement Statement
hi def link xStatement Statement
syn keyword xConditional Conditional
hi def link xConditional Conditional
syn keyword xRepeat Repeat
hi def link xRepeat Repeat
syn keyword xLabel Label
hi def link xLabel Label
syn keyword xOperator Operator
hi def link xOperator Operator
syn keyword xKeyword Keyword
hi def link xKeyword Keyword
syn keyword xException Exception
hi def link xException Exception
syn keyword xPreProc PreProc
hi def link xPreProc PreProc
syn keyword xInclude Include
hi def link xInclude Include
syn keyword xDefine Define
hi def link xDefine Define
syn keyword xMacro Macro
hi def link xMacro Macro
syn keyword xPreCondit PreCondit
hi def link xpreCondit PreCondit
syn keyword xType Type
hi def link xType Type
syn keyword xStorageClass StorageClass
hi def link xStorageClass StorageClass
syn keyword xStructure Structure
hi def link xStructure Structure
syn keyword xTypeDef TypeDef
hi def link xTypeDef TypeDef
syn keyword xSpecial Special
hi def link xSpecial Special
syn keyword xSpecialChar SpecialChar
hi def link xSpecialChar SpecialChar
syn keyword xTag Tag
hi def link xTag Tag
syn keyword xDelimiter Delimiter
hi def link xDelimiter Delimiter
syn keyword xSpecialComment SpecialComment
hi def link xSpecialComment SpecialComment
syn keyword xDebug Debug
hi def link xDebug Debug
syn keyword xComment Comment
hi def link xComment Comment
syn keyword xUnderlined Underlined
hi def link xUnderlined Underlined
syn keyword xIgnore Ignore
hi def link xIgnore Ignore
syn keyword xTodo Todo
hi def link xTodo Todo
Comment
Constant
String
Character
Number
Boolean
Float
Identifier
Function
Statement
Conditional
Repeat
Label
Operator
Keyword
Exception
PreProc
Include
Define
Macro
PreCondit
Type
StorageClass
Structure
TypeDef
Special
SpecialChar
Tag
Delimiter
SpecialComment
Debug
Underlined
Ignore
Error
Todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment