diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-31 04:34:45 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-09 19:24:18 +0200 |
commit | c222fa3fab470686020c04d10d5d0f5d3f7b6500 (patch) | |
tree | f2d208c29dfd91af3c805b62073bc45bda02b5b3 /lib/Makefile.am | |
parent | bed2f368f06f8e4cd535d24b56d00714e5de8424 (diff) | |
download | sciteco-c222fa3fab470686020c04d10d5d0f5d3f7b6500.tar.gz |
added an improvised lexer for styling Git commit messages
It's not a real Lexilla lexer, but simply styles the document
once in lexer.set.git in order to highlight comment lines.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5ea3029..ac45c76 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -100,6 +100,7 @@ dist_lexer_DATA += lexers/verilog.tes \ lexers/yaml.tes \ lexers/markdown.tes \ lexers/asciidoc.tes \ - lexers/troff.tes + lexers/troff.tes \ + lexers/git.tes endif |