diff --git a/LCZ.sublime-color-scheme b/LCZ.sublime-color-scheme index 5278110..9fde30d 100644 --- a/LCZ.sublime-color-scheme +++ b/LCZ.sublime-color-scheme @@ -68,20 +68,20 @@ "scope": "keyword.operator.word", "foreground": "var(yellow)" }, - // { - // "name": "Function call", - // "scope": "variable.function, variable.annotation", - // "foreground": "var(yellow2)" - // }, - // { - // "name": "Library function", - // "scope": "support.function, support.macro", - // "foreground": "var(yellow2)" - // }, - // { - // "name": "Entity", - // "scope": "entity.name", - // "foreground": "var(red)" - // }, + { + "name": "Function call", + "scope": "variable.function, variable.annotation", + "foreground": "var(yellow2)" + }, + { + "name": "Library function", + "scope": "support.function, support.macro", + "foreground": "var(yellow2)" + }, + { + "name": "Entity", + "scope": "entity.name", + "foreground": "var(red)" + }, ] }