google-research/dex-lang

Portable regex-based syntax highlighting

Open

#176 aperta il 27 lug 2020

Vedi su GitHub
 (21 commenti) (0 reazioni) (0 assegnatari)Haskell (116 fork)batch import
good first issuetooling / editors

Metriche repository

Star
 (1681 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

A bit of syntax highlighting goes a long way towards making things more readable. Right now we have a little emacs mode and an independent syntax highlighter for the HTML renderings using parser combinators. Does anyone know of a portable solution that lets us define a bunch of regexes and generate modes for vim, emacs, sublime etc?

Guida contributor