syntax: Add go & rust locals, improve tree-sitter error message

This commit is contained in:
Blaž Hrastnik 2021-09-06 18:13:52 +09:00
parent 2bef245b7a
commit 4ac29434cb
5 changed files with 57 additions and 6 deletions

View file

@ -9,7 +9,7 @@ special = "honey"
property = "white"
variable = "lavender"
# variable = "almond" # TODO: metavariables only
"variable.parameter" = "lavender"
"variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }
"variable.builtin" = "mint"
type = "white"
"type.builtin" = "white" # TODO: distinguish?