elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
1.09k stars 23 forks source link

feat: more languages supported #79

Open elijah-potter opened 5 months ago

elijah-potter commented 5 months ago

I'd like to expand the number of languages supported for comment checking. There are a number of additional considerations for structured comments (like JavaDoc), but some should be pretty straightforward.

Running list:

In addition to adding language parsers to the tree-sitter code, we would also need to open pull requests for nvim-lspconfig, mason and fix harper-ls to announce support for the capability.

Feel free to add suggestions to this list.

elijah-potter commented 1 month ago

Alright. At the time of writing, we've got JavaDoc, HTML, and Bash supported, as well as gitcommit buffers.

mostafaqanbaryan commented 1 month ago

If you could add php to the list as well, it would be great

Vinzent03 commented 1 month ago

Adding dart would be great as well.

kai-tub commented 1 month ago

Hey, markdown support seems pretty advanced. :+1: But are there plans to also support other markup languages, such as djot, with the same level of functionality? Or will only markdown be seen as a first-class citizen in the near future?

Either way, I am thrilled about the project and being able to use a solid spell-checker LSP :partying_face: :

PS: Are you planning on adding a sponsoring option?