feat: add udev rules parser

This commit is contained in:
ObserverOfTime 2023-11-03 14:20:46 +02:00
parent e903dd54e9
commit 9a746b4b6a
5 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,12 @@
((comment) @injection.content
(#set! injection.language "comment"))
((match
key: "PROGRAM"
(value (content) @injection.content))
(#set! injection.language "bash"))
((assignment
key: "RUN"
(value (content) @injection.content))
(#set! injection.language "bash"))