diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-05 10:28:37 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-05 10:55:18 -0400 |
commit | d68ccf7c2ae9516ca2ddacc5f65e2277038b23f6 (patch) | |
tree | 434c875f492b88fb425eb719a35c31ec99f6fa6c /Makefile.am | |
parent | 94e8fe134f28296da0f01bd69428783aa06ee205 (diff) |
Add Lisp lexer.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 47dbb54..2521da5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SOURCES = \ syntax-highlight/c.scm \ syntax-highlight/css.scm \ syntax-highlight/gitignore.scm \ + syntax-highlight/lisp.scm \ syntax-highlight/scheme.scm \ syntax-highlight/xml.scm \ syntax-highlight.scm |