feat(vrl): Add vrl parser and queries

This commit is contained in:
belltoy 2024-07-28 13:15:43 +08:00 committed by Christian Clason
parent cc69a061fe
commit 9f8c99e980
8 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,6 @@
((comment) @injection.content
(#set! injection.language "comment"))
((regex) @injection.content
(#offset! @injection.content 0 2 0 -1)
(#set! injection.language "regex"))