diff --git a/estilo/syntax/base.yml b/estilo/syntax/base.yml index 3a40a1d..b373d28 100644 --- a/estilo/syntax/base.yml +++ b/estilo/syntax/base.yml @@ -45,7 +45,7 @@ VisualNOS: "" WarningMsg: "contrast" WildMenu: "- backgroundDark" # BASE SYNTAX -Comment: "comment" +Comment: "comment - i" Constant: "constants" String: "strings" # Constant Character: "" # Constant @@ -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" diff --git a/estilo/syntax/typescript.yml b/estilo/syntax/typescript.yml index 95c48a3..8d04e11 100644 --- a/estilo/syntax/typescript.yml +++ b/estilo/syntax/typescript.yml @@ -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'