mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
indent: add Python @ignore queries
This commit is contained in:
parent
252472081e
commit
e4f8e4147c
1 changed files with 4 additions and 0 deletions
|
|
@ -42,3 +42,7 @@
|
||||||
(pass_statement)
|
(pass_statement)
|
||||||
(raise_statement)
|
(raise_statement)
|
||||||
] @return
|
] @return
|
||||||
|
|
||||||
|
[
|
||||||
|
(string)
|
||||||
|
] @ignore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue