mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(matlab): capture comment sections
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
This commit is contained in:
parent
bef7ec6f7a
commit
39023b61d2
1 changed files with 3 additions and 0 deletions
|
|
@ -211,3 +211,6 @@
|
||||||
(comment)
|
(comment)
|
||||||
(line_continuation)
|
(line_continuation)
|
||||||
] @comment @spell
|
] @comment @spell
|
||||||
|
|
||||||
|
((comment) @keyword.directive
|
||||||
|
(#lua-match? @keyword.directive "^%%%% "))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue