added latex support and reorg ftplugins

This commit is contained in:
Jeremie Fraeys 2024-08-20 01:31:44 -04:00
parent 7f1b34fd6f
commit f2eaf7c67a
38 changed files with 600 additions and 234 deletions

View file

@ -0,0 +1,12 @@
;extends
(
(comment) @comment
(#match? @comment "^\\#\\|")
) @text.literal
(
(comment) @content
(#match? @content "^\\# ?\\%\\%")
) @class.outer @text.literal

View file

@ -0,0 +1,7 @@
;extends
(
(comment) @content1
(#match? @content1 "^\\# ?\\%\\%")
) @class.inner