Skip to content

feat: Added fsharp syntax highlighting#857

Open
licon4812 wants to merge 1 commit intomicrosoft:mainfrom
licon4812:syntax-highlighting/fsharp
Open

feat: Added fsharp syntax highlighting#857
licon4812 wants to merge 1 commit intomicrosoft:mainfrom
licon4812:syntax-highlighting/fsharp

Conversation

@licon4812
Copy link
Copy Markdown
Contributor

This pull request introduces F# language support to the syntax highlighting system. It adds a comprehensive F# lexer definition and a corresponding test file to ensure proper highlighting of F# language features.

F# Language Highlighting Support:

  • Added a new F# lexer definition in fsharp.lsh, supporting comments, directives, strings (including verbatim, interpolated, and triple-quoted), character literals, keywords, numbers, and backtick identifiers.
  • Introduced a highlighting test file fsharp.fsx that exercises a wide range of F# syntax constructs to validate the new lexer.
Screenshot image

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

Successfully merging this pull request may close these issues.

1 participant