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

@ -459,7 +459,7 @@
"revision": "39da859947b94abdee43e431368e1ae975c0a424"
},
"poe_filter": {
"revision": "374f618de179498c2a821136bb86c3edbe221e10"
"revision": "fa83292e04d27976ab5c354e0c980f2c67628a02"
},
"pony": {
"revision": "16f930b250433cfcd4fb4144df92bb98ad344c20"

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 ""))