diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-07-03 17:10:43 +0200 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-07-14 15:34:51 -0400 |
commit | 8ef95ff9e8e6125e9ae12d43dfccc00eeec30b4e (patch) | |
tree | 6326a5bae5feefea3292d9c22221d29542745fd9 /Makefile.am | |
parent | fe51caa0faff7289be6cd85a24791d9eea9996ce (diff) |
Add gitignore 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 6b89de1..3344c7d 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/gitignore.scm \ syntax-highlight/scheme.scm \ syntax-highlight/xml.scm \ syntax-highlight.scm |