diff --git a/queries/yang/injections.scm b/queries/yang/injections.scm new file mode 100644 index 000000000..a1d9482b7 --- /dev/null +++ b/queries/yang/injections.scm @@ -0,0 +1,6 @@ +(comment) @comment + +((statement + (statement_keyword "pattern") + (argument (string) @regex)) + (#offset! @regex 0 1 0 -1))