Skip to content

Commit c6290fe

Browse files
authored
feat: Add Beancount support
1 parent 168e3b7 commit c6290fe

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,9 @@
286286
branch = main
287287
update = none
288288
ignore = dirty
289+
[submodule "repos/beancount"]
290+
path = repos/beancount
291+
url = https://github.com/polarmutex/tree-sitter-beancount
292+
branch = master
293+
update = none
294+
ignore = dirty

repos/beancount

Submodule beancount added at 358e5ec

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ See `tree-sitter-langs-repos'."
100100
(entry (reverse
101101
'((agda2-mode . agda)
102102
(sh-mode . bash)
103+
(beancount-mode . beancount)
103104
(c-mode . c)
104105
(caml-mode . ocaml)
105106
(clojure-mode . clojure)

0 commit comments

Comments
 (0)