Skip to content

Commit b5a27cf

Browse files
committed
Add yaml grammar
1 parent 5c6900a commit b5a27cf

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,9 @@
205205
branch = master
206206
update = none
207207
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Add `yaml` grammar.
45

56
## 0.12.1 - 2022-08-21
67

repos/yaml

Submodule yaml added at 0e36bed

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ See `tree-sitter-langs-repos'."
136136
(tuareg-mode . ocaml)
137137
(typescript-mode . typescript)
138138
(verilog-mode . verilog)
139+
(yaml-mode . yaml)
139140
(zig-mode . zig))))
140141
(cl-pushnew entry tree-sitter-major-mode-language-alist
141142
:key #'car))

0 commit comments

Comments
 (0)