mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
feat(poe_filter): add new Import statement
This commit is contained in:
parent
1b5bbb54b3
commit
7958ff9ec7
2 changed files with 5 additions and 2 deletions
|
|
@ -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 ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue