fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
207 stars 69 forks source link

a syntax highlighter for fslex, fsyacc, F# #152

Open xp44mm opened 3 years ago

xp44mm commented 3 years ago

lex-highlight is a syntax highlighter written according to the lexical analyzer. So it can correctly analyze all kinds of tokens. and It supports advanced features such as string interpolation and language nesting.

the open source of lex-highlight is here

A demo is here, to test rendered result, you can open the /dist/index.html file with a browser.