added latex support and reorg ftplugins
This commit is contained in:
parent
7f1b34fd6f
commit
f2eaf7c67a
38 changed files with 600 additions and 234 deletions
6
after/queries/r/highlights.scm
Normal file
6
after/queries/r/highlights.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
;extends
|
||||
(
|
||||
(comment) @comment
|
||||
(#match? @comment "^\\#\\|")
|
||||
) @text.literal
|
||||
|
||||
7
after/queries/r/textobjects.scm
Normal file
7
after/queries/r/textobjects.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
;extends
|
||||
|
||||
(
|
||||
(comment) @content1
|
||||
(#match? @content1 "^\\# ?\\%\\%")
|
||||
) @class.inner
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue