Skip to content
New issue

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

add injections queries and update highlights queries for fsharp #10634

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mrtz-j
Copy link

@mrtz-j mrtz-j commented Apr 29, 2024

Added injections queries and updated highlights queries for fsharp. And switched to the Ionide tree-sitter-fsharp, which is under the same organization that provides the fsharp LSP FsAutoComplete.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The highlight queries will need to be updated to use the scopes that we use in Helix: https://docs.helix-editor.com/master/themes.html#syntax-highlighting

It's currently using neovim scopes. For example @number should be @constant.numeric

@the-mikedavis the-mikedavis added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. A-language-support Area: Support for programming/text languages labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants