mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
latex: capture math env contents
This commit is contained in:
committed by
Christian Clason
parent
1b06c671cf
commit
db0e519291
@@ -105,7 +105,6 @@
|
||||
[
|
||||
(displayed_equation)
|
||||
(inline_formula)
|
||||
(math_set)
|
||||
] @text.math
|
||||
|
||||
(math_environment
|
||||
@@ -113,6 +112,9 @@
|
||||
command: _ @text.math
|
||||
name: (curly_group_text (text) @text.math)))
|
||||
|
||||
(math_environment
|
||||
(text) @text.math)
|
||||
|
||||
(math_environment
|
||||
(end
|
||||
command: _ @text.math
|
||||
|
||||
Reference in New Issue
Block a user