Omar Valdez
2c13e88c31
fix(python): correct highlighting of docstrings
...
The node `expression_statement` was changed to a supertype in the python
parser, which caused the docstring query to capture all strings as
`@string.documentation`.
This commit restores the behavior as it was discussed in #7788 .
2025-09-17 23:39:57 -07:00
Christian Clason
1c760c1888
feat(parsers): update bash, c, cpp, desktop, djot, dtd, editorconfig, gdscript, go, html, idl, java, javadoc, javascript, json, markdown, markdown_inline, mlir, php, php_only, python, r, rust, scheme, ssh_config, supercollider, superhtml, systemverilog, templ, xml, xresources
2025-09-17 18:30:32 +02:00
Christian Clason
682d083292
feat(python)!: update parser and queries
...
Breaking change: anonymous node `"expect*"` was removed by the refactor.
2025-09-13 10:36:51 +02:00
Christian Clason
692b051b09
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00