summaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorTimothy DeHerrera2022-05-30 18:47:18 +0000
committerGitHub2022-05-30 18:47:18 +0000
commiteba82250bb4403fcb2e3ade74ba7301a680bc561 (patch)
treed308322dec1d35180317918921f21750a48769a4 /languages.toml
parent370a16d0f00d6146fdeb87cc16fb352e860e2377 (diff)
feat(lang): Update Nix grammar & improve queries (#2472)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 35c4b470..fdf0513a 100644
--- a/languages.toml
+++ b/languages.toml
@@ -439,7 +439,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "nix"
-source = { git = "https://github.com/cstrahan/tree-sitter-nix", rev = "50f38ceab667f9d482640edfee803d74f4edeba5" }
+source = { git = "https://github.com/cstrahan/tree-sitter-nix", rev = "6b71a810c0acd49b980c50fc79092561f7cee307" }
[[language]]
name = "ruby"