mirror of https://github.com/helix-editor/helix
Update tree-sitter-rust to latest
There don't appear to be any regressions from the updates. Also included is a fix which highlights the "#" as in attributes as punctuation. This was previously unhighlighted.pull/3612/head
parent
ac669ade05
commit
03f0ef93ac
|
@ -50,7 +50,7 @@ args = { attachCommands = [ "platform select remote-gdb-server", "platform conne
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "rust"
|
name = "rust"
|
||||||
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "a360da0a29a19c281d08295a35ecd0544d2da211" }
|
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "41e23b454f503e6fe63ec4b6d9f7f2cf7788ab8e" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
"]"
|
"]"
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
|
"#"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
(type_arguments
|
(type_arguments
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue