mirror of https://github.com/helix-editor/helix
Update Nix highlights
* Switch nix grammar repository location to the new repo. The author has transferred the repository to 'nix-community'. * Capture ':' and '...' as 'punctuation.delimiter'.pull/6311/head
parent
cdd6c8d91e
commit
fb4d703b9f
|
@ -591,7 +591,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "nix"
|
name = "nix"
|
||||||
source = { git = "https://github.com/cstrahan/tree-sitter-nix", rev = "6b71a810c0acd49b980c50fc79092561f7cee307" }
|
source = { git = "https://github.com/nix-community/tree-sitter-nix", rev = "6b71a810c0acd49b980c50fc79092561f7cee307" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "ruby"
|
name = "ruby"
|
||||||
|
|
|
@ -95,6 +95,8 @@
|
||||||
"."
|
"."
|
||||||
","
|
","
|
||||||
"="
|
"="
|
||||||
|
":"
|
||||||
|
(ellipses)
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue