dlvandenberg / tree-sitter-angular

Tree Sitter Grammar for Angular
MIT License
34 stars 9 forks source link

Mention adding new filetype to LSP config in README #30

Closed Zooce closed 2 months ago

Zooce commented 3 months ago

In order to get angularls to attach to angular.html filetype (which is not recognized by default), I had to add the new filetype to the lsp-config setup for it.

This PR updates the README with this information.

dlvandenberg commented 2 months ago

Thanks