google-research/dex-lang

Portable regex-based syntax highlighting

Open

#176 ouverte le 27 juil. 2020

Voir sur GitHub
 (21 commentaires) (0 réactions) (0 assignés)Haskell (116 forks)batch import
good first issuetooling / editors

Métriques du dépôt

Stars
 (1 681 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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?

Guide contributeur