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

Types and modules are not colored #207

Closed
vasily-kirichenko opened this issue Oct 15, 2016 · 1 comment
Closed

Types and modules are not colored #207

vasily-kirichenko opened this issue Oct 15, 2016 · 1 comment

Comments

@vasily-kirichenko
Copy link
Contributor

screenshot from 2016-10-15 17-49-31

Interesting that they are properly colored in tooltips.

@cloudRoutine
Copy link
Member

the syntax highlighting is regex based - https://github.com/ionide/ionide-fsgrammar

it should be possible to do syntax highlighting like we do in VFPT using decorators for colorization

https://code.visualstudio.com/Docs/extensionAPI/vscode-api#TextEditorDecorationType
https://code.visualstudio.com/Docs/extensionAPI/vscode-api#DecorationRenderOptions

but FSAC doesn't have the functionality for it. (Another reason why we should keep working on fsharp.editing 😉 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants