verdigris/ports/neovim/estilos/syntax/base.yml
2025-09-20 13:11:31 -06:00

82 lines
1.4 KiB
YAML

# BASE UI
ColorColumn: ''
Conceal: 'stope'
Cursor: ''
CursorIM: ''
CursorColumn: ''
CursorLine: ''
CursorLineNr: ''
Directory: ''
DiffAdd: 'green'
DiffChange: 'yellow'
DiffDelete: 'red'
DiffText: ''
ErrorMsg: 'red'
VertSplit: ''
Folded: ''
FoldColumn: ''
SignColumn: ''
IncSearch: ''
LineNr: ''
MatchParen: ''
ModeMsg: ''
MoreMsg: ''
NonText: ''
Normal: ''
PMenu: ''
PMenuSel: ''
PmenuSbar: ''
PmenuThumb: ''
Question: ''
Search: ''
SpecialKey: ''
SpellBad: 'red'
SpellLocal: ''
SpellCap: ''
SpellRare: ''
StatusLine: ''
StatusLineNC: ''
TabLine: ''
TabLineFill: ''
TabLineSel: ''
Title: ''
Visual: ''
VisualNOS: ''
WarningMsg: 'yellow'
WildMenu: ''
# BASE SYNTAX
Comment: 'depths'
Constant: 'orange'
String: 'teal' # Constant
Character: '' # Constant
Boolean: '' # Constant
Number: '' # Constant
Float: '' # Constant
Identifier: 'blue'
Function: '' # Identifier
Statement: 'text'
Conditional: '' # Statement
Repeat: '' # Statement
Label: '' # Statement
Operator: '' # Statement
Keyword: '' # Statement
Exception: 'red' # Statement
PreProc: 'stope'
Include: '' # PreProc
Define: '' # PreProc
Macro: '' # PreProc
PreCondit: '' # PreProc
Type: 'yellow'
StorageClass: '' # Type
Structure: '' # Type
Typedef: '' # Type
Special: 'yellow'
SpecialChar: '' # Special
Tag: '' # Special
Delimiter: '' # Special
SpecialComment: '' # Special
Debug: '' # Special
Underlined: ''
Ignore: 'stope'
Error: 'red'
Todo: 'blue'