File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55
55
update = none
56
56
ignore = dirty
57
57
branch = master
58
+ [submodule "repos/gleam "]
59
+ path = repos/gleam
60
+ url = https://github.com/gleam-lang/tree-sitter-gleam
61
+ update = none
62
+ ignore = dirty
63
+ branch = main
58
64
[submodule "repos/go "]
59
65
path = repos/go
60
66
url = https://github.com/tree-sitter/tree-sitter-go
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+ - Add ` Gleam ` support
4
5
5
6
## 0.12.78 - 2023-11-14
6
7
- Add ` Twig ` support
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ See `tree-sitter-langs-repos'."
136
136
(git-rebase-mode . git-rebase)
137
137
(gitattributes-mode . gitattributes)
138
138
(gitignore-mode . gitignore)
139
+ (gleam-mode . gleam)
139
140
(glsl-mode . glsl)
140
141
(go-mode . go)
141
142
(groovy-mode . groovy)
You can’t perform that action at this time.
0 commit comments