Skip to content

Commit

Permalink
feat: Add LaTex support (#230)
Browse files Browse the repository at this point in the history
* Release 0.12.33

* feat: Add LaTex support

* Update CHANGELOG.md

---------

Co-authored-by: Tuấn-Anh Nguyễn <[email protected]>
  • Loading branch information
jcs090218 and ubolonton authored Sep 1, 2023
1 parent f38d168 commit cc5a40c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,9 @@
branch = main
update = none
ignore = dirty
[submodule "repos/latex"]
path = repos/latex
url = https://github.com/latex-lsp/tree-sitter-latex
branch = master
update = none
ignore = dirty
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Add `LaTex` support

## 0.12.33 - 2023-09-01
- Replace with supported faces for `GDScript` and `Jai`
Expand Down
1 change: 1 addition & 0 deletions repos/latex
Submodule latex added at 2ae202
1 change: 1 addition & 0 deletions tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ See `tree-sitter-langs-repos'."
(jsonc-mode . json)
(julia-mode . julia)
(kotlin-mode . kotlin)
(latex-mode . latex)
(lua-mode . lua)
(matlab-mode . matlab)
(meson-mode . meson)
Expand Down

0 comments on commit cc5a40c

Please sign in to comment.