From 39023b61d2eade04810b2188b2f3d4917b2886de Mon Sep 17 00:00:00 2001 From: Dimitris Dimitropoulos Date: Sun, 25 Aug 2024 23:10:09 +0300 Subject: [PATCH] feat(matlab): capture comment sections Signed-off-by: Dimitris Dimitropoulos --- queries/matlab/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/queries/matlab/highlights.scm b/queries/matlab/highlights.scm index 2740ef054..d2ab6053e 100644 --- a/queries/matlab/highlights.scm +++ b/queries/matlab/highlights.scm @@ -211,3 +211,6 @@ (comment) (line_continuation) ] @comment @spell + +((comment) @keyword.directive + (#lua-match? @keyword.directive "^%%%% "))