google-research/dex-lang

Portable regex-based syntax highlighting

Open

#176 aberto em 27 de jul. de 2020

Ver no GitHub
 (21 comments) (0 reactions) (0 assignees)Haskell (116 forks)batch import
good first issuetooling / editors

Métricas do repositório

Stars
 (1.681 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador