File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ function M.link_ts_highlights()
30
30
OrgTSComment = ' Comment' ,
31
31
OrgTSDirective = ' Comment' ,
32
32
OrgTSBlock = ' Comment' ,
33
+ OrgTSLatex = ' Statement' ,
33
34
}
34
35
35
36
for src , def in pairs (links ) do
Original file line number Diff line number Diff line change 1
1
_G .orgmode = _G .orgmode or {}
2
- local ts_revision = ' aeacac619457a187bb202b9dfc58541232ed4a25 '
2
+ local ts_revision = ' f78edf1ab65c854ef25356c2a96222e87d15c5c5 '
3
3
local setup_ts_grammar_used = false
4
4
local instance = nil
5
5
Original file line number Diff line number Diff line change 15
15
(block "#+begin_" @OrgTSBlock "#+end_" @OrgTSBlock "str" @OrgTSBlock )
16
16
(block name: (expr) @OrgTSBlock )
17
17
(block parameter: (expr) @OrgTSBlock )
18
- (property_drawer) @OrgTSPropertyDrawer
19
- (drawer) @OrgTSDrawer
20
- (tag) @OrgTSTag
21
- (plan) @OrgTSPlan
22
- (comment) @OrgTSComment
23
- (directive) @OrgTSDirective
18
+ (property_drawer) @OrgTSPropertyDrawer
19
+ (latex_env) @OrgTSLatex
20
+ (drawer) @OrgTSDrawer
21
+ (tag) @OrgTSTag
22
+ (plan) @OrgTSPlan
23
+ (comment) @OrgTSComment
24
+ (directive) @OrgTSDirective
24
25
(ERROR) @LspDiagnosticsUnderlineError
You can’t perform that action at this time.
0 commit comments