aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorGarrett D'Amore2022-11-16 02:17:03 +0000
committerGitHub2022-11-16 02:17:03 +0000
commitf843967059fc36bf497bde31ce9ed18b1354f1eb (patch)
treebe08a0e1c215b175d2b66fe5855e1cd99c335997 /languages.toml
parent70ebbd018ad80c9fe0067c99f5fa86d1c529486a (diff)
Improvements to Meson syntax. (#4572)
Co-authored-by: Garrett D'Amore <garrett.damore@weka.io> Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
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 e69c4a4d..6c2a4c59 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1510,7 +1510,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "meson"
-source = { git = "https://github.com/bearcove/tree-sitter-meson", rev = "feea83be9225842490066522ced2d13eb9cce0bd" }
+source = { git = "https://github.com/staysail/tree-sitter-meson", rev = "32a83e8f200c347232fa795636cfe60dde22957a" }
[[language]]
name = "sshclientconfig"