From 880f6b940ebd1406410b448c4ef0b7cfdbbc2a42 Mon Sep 17 00:00:00 2001 From: TUVIMEN Date: Wed, 26 Feb 2025 15:39:59 +0000 Subject: [PATCH] update reliq.vim --- reliq.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reliq.vim b/reliq.vim index de25f7b..107c785 100644 --- a/reliq.vim +++ b/reliq.vim @@ -14,11 +14,13 @@ syn match rqOneLineComment '\(\s\|^\)\/\/.*' syn region rqMultilineComment start=+\(\s\|^\)/\*+ end=+\*/+ " shortened matching hooks -syn match rqHooks "\s[+-]\?[mMaLlcCpPeI]@" +syn match rqHooks "\s[+-]\?[AiSnaeE]@" +" shortened global matching hooks +syn match rqHooks "\s[+-]\?\([lLpPIc]\|C[cta]\)@" " global matching hooks -syn match rqHooks "\s[+-]\?\(level\|levelrelative\|positionrelative\|position\|index\)@" +syn match rqHooks "\s[+-]\?\(level\|levelrelative\|positionrelative\|position\|index\|count\|countcomments\|counttext\|countall\)@" " matching hooks -syn match rqHooks "\s[+-]\?\(match\|tagmatch\|attributes\|childmatch\|endmatch\)@" +syn match rqHooks "\s[+-]\?\(all\|insides\|start\|name\|attributes\|has\|end\|endstrip\)@" " shortened access hooks syn match rqHooks "\s\(desc\|sibl\|spre\|ssub\|fsibl\|fspre\|fssub\|rparent\)@" " access hooks