google-research/dex-lang

Portable regex-based syntax highlighting

Open

#176 geöffnet am 27. Juli 2020

Auf GitHub ansehen
 (21 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (116 Forks)batch import
good first issuetooling / editors

Repository-Metriken

Stars
 (1.681 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide