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

Allow language identifiers at the start of multiline string #127

Open
Binto86 opened this issue Sep 10, 2023 · 1 comment
Open

Allow language identifiers at the start of multiline string #127

Binto86 opened this issue Sep 10, 2023 · 1 comment

Comments

@Binto86
Copy link
Contributor

Binto86 commented Sep 10, 2023

Users could put language identifiers at the start of multiline strings like this:

"""SQL
SELECT * FROM MyTable
WHERE ....
"""

This would allow external analyzers to provide syntax highlighting/code completion/other tooling support for the contents of the string.

@jl0pd
Copy link

jl0pd commented Sep 11, 2023

Related F# suggestion fsharp/fslang-suggestions#1300

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

2 participants