feat: add poe_filter

This commit is contained in:
ObserverOfTime 2022-10-08 21:25:05 +03:00
parent ce6390393a
commit de459332e2
7 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1 @@
(block) @fold

View file

@ -0,0 +1,38 @@
["Show" "Hide" "Minimal"] @namespace
(condition (name) @conditional)
(action (name) @keyword)
(continue) @label
(operator) @operator
(string) @string @spell
(file) @string
[
(quality)
(rarity)
(influence)
(colour)
(shape)
] @constant.builtin
(sockets) @variable.builtin
(number) @number
(boolean) @boolean
[
(disable)
"Temp"
] @constant
(comment) @comment @spell
"\"" @punctuation.delimiter
("\"" @conceal
(#not-has-parent? @conceal string file)
(#set! conceal ""))

View file

@ -0,0 +1,5 @@
(block) @indent
(ERROR) @auto
(comment) @ignore

View file

@ -0,0 +1 @@
(comment) @comment