added latex support and reorg ftplugins
This commit is contained in:
parent
7f1b34fd6f
commit
f2eaf7c67a
38 changed files with 600 additions and 234 deletions
15
queries/markdown/textobjects.scm
Normal file
15
queries/markdown/textobjects.scm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
; (atx_heading
|
||||
; heading_content: (_) @class.inner) @class.outer
|
||||
;
|
||||
; (setext_heading
|
||||
; heading_content: (_) @class.inner) @class.outer
|
||||
;
|
||||
; (thematic_break) @class.outer
|
||||
|
||||
(fenced_code_block (code_fence_content) @block.inner) @block.outer
|
||||
|
||||
[
|
||||
(paragraph)
|
||||
(list)
|
||||
] @block.outer
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue