File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 334334 branch = master
335335 update = none
336336 ignore = dirty
337+ [submodule "repos/ada "]
338+ path = repos/ada
339+ url = https://github.com/briot/tree-sitter-ada
340+ branch = master
341+ update = none
342+ ignore = dirty
Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+ - Add ` Ada ` support
45
56## 0.12.34 - 2023-09-01
67- Add ` LaTex ` support
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ See `tree-sitter-langs-repos'."
9898 " Link known major modes to languages provided by the bundle."
9999 (dolist
100100 (entry (reverse
101- '((agda2-mode . agda)
101+ '((ada-mode . ada)
102+ (agda2-mode . agda)
102103 (sh-mode . bash)
103104 (beancount-mode . beancount)
104105 (bibtex-mode . bibtex)
You can’t perform that action at this time.
0 commit comments