-
Notifications
You must be signed in to change notification settings - Fork 121
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
[LFX PreTest] pretest for LFX LSP hover content #1304
Comments
@He1pa, can I work on this issue |
@Peefy I worked on hover.rs chnaged few things in build_schema and inside the hover function But, can you exactly tell what the change needs to look like and if you have a little idea on where |
cc @He1pa |
I don't understand what your problem is. |
Rust-analyzer solution does not seem to be suitable, it is highlighted through markdown code blocks, like ```rust but ```kcl is not work in markdown. Maybe we can ref: https://github.com/tweag/nickel/blob/2c7dd14b5422ad4d7db6f3868db630d5482b2a75/lsp/nls/src/requests/hover.rs#L128 |
pretest for #1244
Provide keyword syntax highlight in lsp hover
now:
expect:
pretest only needs to implement keyword highlighting, such as
schema
,Attribute
,str
,int
The text was updated successfully, but these errors were encountered: