diff options
author | June McEnroe <june@causal.agency> | 2020-12-28 20:06:44 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-28 20:11:17 -0500 |
commit | 593137c52dc77cf113c1d9561d1b27b98a550bb5 (patch) | |
tree | f4f9d7c939bcd8fe527193c7d2fa3e8b3ed67ed8 /bin/hilex/.gitignore | |
parent | Add TOUR.7 (diff) | |
download | src-593137c52dc77cf113c1d9561d1b27b98a550bb5.tar.gz src-593137c52dc77cf113c1d9561d1b27b98a550bb5.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/hilex/.gitignore')
-rw-r--r-- | bin/hilex/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |