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 246
246
branch = master
247
247
update = none
248
248
ignore = dirty
249
+ [submodule "repos/fennel "]
250
+ path = repos/fennel
251
+ url = https://github.com/TravonteD/tree-sitter-fennel
252
+ branch = master
253
+ update = none
254
+ ignore = dirty
249
255
[submodule "repos/clojure "]
250
256
path = repos/clojure
251
257
url = https://github.com/sogaiu/tree-sitter-clojure
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+ - Add ` Fennel ` grammar
4
5
5
6
## 0.12.14 - 2023-01-28
6
7
- Add ` Clojure ` grammar
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ See `tree-sitter-langs-repos'."
111
111
(elixir-mode . elixir)
112
112
(erlang-mode . erlang)
113
113
(ess-r-mode . r)
114
+ (fennel-mode . fennel)
114
115
(go-mode . go)
115
116
(haskell-mode . haskell)
116
117
(hcl-mode . hcl)
You can’t perform that action at this time.
0 commit comments