google-research/dex-lang

Portable regex-based syntax highlighting

Open

#176 创建于 2020年7月27日

在 GitHub 查看
 (21 评论) (0 反应) (0 负责人)Haskell (116 fork)batch import
good first issuetooling / editors

仓库指标

Star
 (1,681 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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?

贡献者指南