diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-08-21 16:38:07 +0200 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-08-23 21:05:41 -0400 |
commit | 78bb30053fb7696c705e12487fa9b2b01fcfd0fb (patch) | |
tree | 1c1a2fb2e9d0531aa5bdf7dbc7099f6ca0eb1000 | |
parent | 7d8ed073db9028593ff87c1699ffc47525451476 (diff) |
Makefile: Add css lexer.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3344c7d..47dbb54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ SOURCES = \ syntax-highlight/utils.scm \ syntax-highlight/lexers.scm \ syntax-highlight/c.scm \ + syntax-highlight/css.scm \ syntax-highlight/gitignore.scm \ syntax-highlight/scheme.scm \ syntax-highlight/xml.scm \ |