tree-sitter-templ icon indicating copy to clipboard operation
tree-sitter-templ copied to clipboard

Results 8 tree-sitter-templ issues
Sort by recently updated
recently updated
newest added

Bumps the npm group with 1 update: [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter). Updates `tree-sitter-cli` from 0.22.5 to 0.22.6 Release notes Sourced from tree-sitter-cli's releases. v0.22.6 [0.22.6] — 2024-05-05 Features Improve handling of serialization buffer...

dependencies

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies

Hi! With the latest version of this project, my syntax highlighting is failing when I using a component with another one inside. I seen a similar closed issue which one...

Hi, i have been on a bit of a mission getting templ the way i like downstream. https://github.com/windwp/nvim-ts-autotag/pull/154 https://github.com/windwp/nvim-ts-autotag/pull/155 which has now lead me upstream to needing the default indenting...

Modify the grammar so that `style_element` is composed of a `style_tag_start` and `style_tag_end` just like a regular `element` is. So for example instead of having this: ``` (style_element (attribute name:...

Investigating #22 and implementing #23 made me realize we have some inconsistencies between `$.element`, `$.style_element` and `$.script_element`. An standard element creates these nodes: ``` (element (tag_start name: (element_identifier)) (tag_end name:...

bug

![satty-20240308-09:29:16](https://github.com/vrischmann/tree-sitter-templ/assets/15437995/e17ddaf0-6014-46a0-a307-3402359523e8) `HTML raw_text vs Templ script_element_text AST` It seems the scanner for `SCRIPT_ELEMENT_TEXT` doesn't include the leading whitespace on the first element's line. I'm trying to use conform.nvim's injected language...

This adds new switch_element_text which is used instead of element_text inside switch statement.