Skip to content

Commit bf85795

Browse files
authored
Add Bibtex support
1 parent 0f1a074 commit bf85795

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
@@ -298,3 +298,9 @@
298298
branch = master
299299
update = none
300300
ignore = dirty
301+
[submodule "repos/bibtex"]
302+
path = repos/bibtex
303+
url = https://github.com/latex-lsp/tree-sitter-bibtex
304+
branch = master
305+
update = none
306+
ignore = dirty

repos/bibtex

Submodule bibtex added at ccfd77d

tree-sitter-langs.el

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

0 commit comments

Comments
 (0)