We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1a074 commit bf85795Copy full SHA for bf85795
.gitmodules
@@ -298,3 +298,9 @@
298
branch = master
299
update = none
300
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
tree-sitter-langs.el
@@ -101,6 +101,7 @@ See `tree-sitter-langs-repos'."
101
'((agda2-mode . agda)
102
(sh-mode . bash)
103
(beancount-mode . beancount)
104
+ (bibtex-mode . bibtex)
105
(c-mode . c)
106
(caml-mode . ocaml)
107
(clojure-mode . clojure)
0 commit comments