Skip to content

Commit cc5a40c

Browse files
jcs090218ubolonton
andauthored
feat: Add LaTex support (#230)
* Release 0.12.33 * feat: Add LaTex support * Update CHANGELOG.md --------- Co-authored-by: Tuấn-Anh Nguyễn <[email protected]>
1 parent f38d168 commit cc5a40c

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,9 @@
328328
branch = main
329329
update = none
330330
ignore = dirty
331+
[submodule "repos/latex"]
332+
path = repos/latex
333+
url = https://github.com/latex-lsp/tree-sitter-latex
334+
branch = master
335+
update = none
336+
ignore = dirty

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Add `LaTex` support
45

56
## 0.12.33 - 2023-09-01
67
- Replace with supported faces for `GDScript` and `Jai`

repos/latex

Submodule latex added at 2ae2021

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ See `tree-sitter-langs-repos'."
136136
(jsonc-mode . json)
137137
(julia-mode . julia)
138138
(kotlin-mode . kotlin)
139+
(latex-mode . latex)
139140
(lua-mode . lua)
140141
(matlab-mode . matlab)
141142
(meson-mode . meson)

0 commit comments

Comments
 (0)