Himujjal / tree-sitter-svelte

Tree sitter grammar for Svelte
MIT License
81 stars 14 forks source link

DIsable indent after style and script with 'o' #37

Closed ghost closed 8 months ago

ghost commented 1 year ago

If i press o under end of tag - it creates extra indentation. How to remove it? Screenshot_2023-05-17_17-22-53

Himujjal commented 1 year ago

This has to do with tree-sitter queries. Have to put in a PR to nvim-treesitter repo. Low priority for now.

LeviOP commented 8 months ago

fixed in nvim-treesitter/nvim-treesitter#6035

ghost commented 8 months ago

fixed in nvim-treesitter/nvim-treesitter#6035

thanks