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 5c6900a commit b5a27cfCopy full SHA for b5a27cf
.gitmodules
@@ -205,3 +205,9 @@
205
branch = master
206
update = none
207
ignore = dirty
208
+[submodule "repos/yaml"]
209
+ path = repos/yaml
210
+ url = https://github.com/ikatyang/tree-sitter-yaml
211
+ branch = master
212
+ update = none
213
+ ignore = dirty
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
+- Add `yaml` grammar.
5
6
## 0.12.1 - 2022-08-21
7
repos/yaml
tree-sitter-langs.el
@@ -136,6 +136,7 @@ See `tree-sitter-langs-repos'."
136
(tuareg-mode . ocaml)
137
(typescript-mode . typescript)
138
(verilog-mode . verilog)
139
+ (yaml-mode . yaml)
140
(zig-mode . zig))))
141
(cl-pushnew entry tree-sitter-major-mode-language-alist
142
:key #'car))
0 commit comments