Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions estilo/syntax/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ VisualNOS: ""
WarningMsg: "contrast"
WildMenu: "- backgroundDark"
# BASE SYNTAX
Comment: "comment"
Comment: "comment - i"
Constant: "constants"
String: "strings" # Constant
Character: "" # Constant
Expand All @@ -67,7 +67,7 @@ Define: "" # PreProc
Macro: "" # PreProc
PreCondit: "" # PreProc
Type: "objectKeys ."
StorageClass: "keywords ." # Type
StorageClass: "keywords . i" # Type
Structure: "contrastLite" # Type
Typedef: "" # Type
Special: "other"
Expand Down
2 changes: 0 additions & 2 deletions estilo/syntax/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ tsFuncArgs: 'other - i'
typescriptParameters: 'other - i'
tsThis: 'keywords - i'
tsxAttrib: 'contrast - i'
tsxComment: 'comment - i'
typescriptLineComment: 'comment - i'
tsxTagName: 'other'
tsxTag: 'white'
tsxCloseTag: 'white'
Expand Down