We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d51d7 commit d3ccbe9Copy full SHA for d3ccbe9
.gitmodules
@@ -262,3 +262,9 @@
262
branch = master
263
update = none
264
ignore = dirty
265
+[submodule "repos/meson"]
266
+ path = repos/meson
267
+ url = https://github.com/Decodetalkers/tree-sitter-meson
268
+ branch = master
269
+ update = none
270
+ ignore = dirty
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
+- Add `Meson` grammar
5
6
## 0.12.17 - 2023-03-11
7
- Add `Scheme` grammar
repos/meson
tree-sitter-langs.el
@@ -129,6 +129,7 @@ See `tree-sitter-langs-repos'."
129
(jsonc-mode . json)
130
(julia-mode . julia)
131
(lua-mode . lua)
132
+ (meson-mode . meson)
133
(ocaml-mode . ocaml)
134
(perl-mode . perl)
135
(php-mode . php)
0 commit comments