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'.
This commit is contained in:
parent
cdd6c8d91e
commit
fb4d703b9f
2 changed files with 3 additions and 1 deletions
|
@ -591,7 +591,7 @@ indent = { tab-width = 2, unit = " " }
|
|||
|
||||
[[grammar]]
|
||||
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]]
|
||||
name = "ruby"
|
||||
|
|
|
@ -95,6 +95,8 @@
|
|||
"."
|
||||
","
|
||||
"="
|
||||
":"
|
||||
(ellipses)
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue