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:
Michael Davis 2023-01-09 07:30:57 -06:00 committed by Blaž Hrastnik
parent cdd6c8d91e
commit fb4d703b9f
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -95,6 +95,8 @@
"."
","
"="
":"
(ellipses)
] @punctuation.delimiter
[