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

how to configure prettify-symbol to work with vscode. #46

Open
seyedasfar opened this issue Jan 7, 2019 · 0 comments
Open

how to configure prettify-symbol to work with vscode. #46

seyedasfar opened this issue Jan 7, 2019 · 0 comments

Comments

@seyedasfar
Copy link

seyedasfar commented Jan 7, 2019

i copy past the above code but it didn't work...

"prettifySymbolsMode.substitutions": [ { "language": "fsharp", "substitutions": [ { "ugly": "fun", "pretty": "λ", "scope": "keyword.other.function-definition.fsharp" }, { "ugly": "->", "pre": "[^->]", "post": "[^->]", "pretty": "⟶" }, { "ugly": ".+", "scope": "variable.parameter.fsharp", "pre": "^", "post": "$", "style": { "border": "1pt solid green" } } ] } ]

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

No branches or pull requests

1 participant