nvim-treesitter/queries/python
Salomon Popp cf0eabc16c
fix(python): don't highlight attribute name as builtin (#7712)
* fix(python): don't highlight attribute name as builtin

* fix(python): highlight `@variable.member` correctly for member access context

* test: add test

* test: expand test

* docs: update comment

* refactor: change order, remove priority override

* style: remove extra newline
2025-03-11 08:48:33 +01:00
..
folds.scm feat: import statement folds for common languages 2024-05-01 10:00:01 +02:00
highlights.scm fix(python): don't highlight attribute name as builtin (#7712) 2025-03-11 08:48:33 +01:00
indents.scm feat(python): Improved python indentation (#6859) 2024-07-16 20:13:41 +09:00
injections.scm refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
locals.scm feat(snakemake): add rules to locals (#7698) 2025-03-06 18:47:57 +01:00