We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agda is a very difficult language to parse.
Because of this, many other highlighting methods (such as textmate, or treesitter grammars) are not possible.
If the agda-language server supported semantic tokens, then many editors would be able to highlight agda code much better.
The text was updated successfully, but these errors were encountered:
Ping @banacorn
Sorry, something went wrong.
This was discussed at the most recent Agda dev meeting as something to look into.
I'd like to take a look at this once I'm done with the initial work of navigating/documenting the VSCode extension and the language server.
No branches or pull requests
Agda is a very difficult language to parse.
Because of this, many other highlighting methods (such as textmate, or treesitter grammars) are not possible.
If the agda-language server supported semantic tokens, then many editors would be able to highlight agda code much better.
The text was updated successfully, but these errors were encountered: