mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
syntax: Add go & rust locals, improve tree-sitter error message
This commit is contained in:
parent
2bef245b7a
commit
4ac29434cb
5 changed files with 57 additions and 6 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue