Skip to content

Add F# highlighting#857

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

Add F# highlighting#857
licon4812 wants to merge 1 commit into
microsoft: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

@lhecker lhecker changed the title feat: Added fsharp syntax highlighting Add F# highlighting Jul 22, 2026
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