Skip to content

Conversation

@rmuir
Copy link
Contributor

@rmuir rmuir commented Aug 20, 2025

Add simple queries for these popular filetypes.

  • css finds blocks named by selector, just like the css LSP
  • ini finds sections
  • terraform finds blocks named by string literals
  • vue inherits the queries from html (nvim-treesitter approach)

Thank you for aerial.nvim! I have several other languages and improvements to some existing ones, but I don't want to flood you with PRs, esp. for these very simple ones. Happy to split this up into separate PRs if you prefer that though.

Add simple queries for these popular filetypes.

- css finds blocks named by selector, just like the css LSP
- ini finds sections
- terraform finds blocks named by string literals
- vue inherits the queries from html (nvim-treesitter approach)

Signed-off-by: Robert Muir <[email protected]>
@github-actions github-actions bot requested a review from stevearc August 20, 2025 18:04
@stevearc
Copy link
Owner

This is great, thanks for including tests!

@stevearc stevearc merged commit a5f3055 into stevearc:master Aug 21, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants