feat(xresources): add parser and queries (#7260)

This commit is contained in:
Omar Valdez 2024-10-20 01:10:30 -07:00 committed by GitHub
parent 9a94cc23cb
commit 3ba21f96a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[
(elif_directive)
(elifdef_directive)
(else_directive)
(if_directive)
(ifdef_directive)
(preprocessor_comment)
(comment)+
(include_directive)+
] @fold