From 593137c52dc77cf113c1d9561d1b27b98a550bb5 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Mon, 28 Dec 2020 20:06:44 -0500
Subject: 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.
---
 bin/hilex/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 bin/hilex/.gitignore

(limited to 'bin/hilex/.gitignore')

diff --git a/bin/hilex/.gitignore b/bin/hilex/.gitignore
new file mode 100644
index 00000000..f4c89460
--- /dev/null
+++ b/bin/hilex/.gitignore
@@ -0,0 +1,2 @@
+*.o
+hilex
-- 
cgit 1.4.1