feat(poe_filter): add new Import statement

This commit is contained in:
ObserverOfTime 2023-12-09 16:59:12 +02:00
parent 1b5bbb54b3
commit 7958ff9ec7
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,7 @@
["Show" "Hide" "Minimal"] @namespace
["Import" "Optional"] @include
(condition (name) @conditional)
(action (name) @keyword)
(continue) @label
@ -8,7 +10,7 @@
(string) @string
(file) @string
(file) @string.special
[
(quality)
@ -33,6 +35,7 @@
"\"" @punctuation.delimiter
; conceal unnecessary quotes
("\"" @conceal
(#not-has-parent? @conceal string file)
(#set! conceal ""))