summary refs log tree commit diff
path: root/bin/dash/configure.ac
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-28 20:06:44 -0500
committerJune McEnroe <june@causal.agency>2020-12-28 20:11:17 -0500
commitab54d9c9f162d07a62004bc0e9b958c345a03c07 (patch)
tree235c656a5673578e59985a21e78401e9ebda4304 /bin/dash/configure.ac
parentAdd TOUR.7 (diff)
downloadsrc-ab54d9c9f162d07a62004bc0e9b958c345a03c07.tar.gz
src-ab54d9c9f162d07a62004bc0e9b958c345a03c07.zip
Add initial version of hilex
hilex is meant to replace hi, based on lex rather than a mess of
overlapping regexps. I want to preserve hi's tagging abilities, but that
will require some amount of parsing/post-processing, which I'm not sure
how to approach yet.

Macro lexing for C still needs work, as I want to match strings and
comments inside macros.
Diffstat (limited to 'bin/dash/configure.ac')
0 files changed, 0 insertions, 0 deletions
href='/src/commit/bin/hi.c?id=34a1b540f6ff1c917180d084b4a1e86790a43ff2&follow=1'>Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe