diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-16 13:06:19 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-16 13:06:19 +0300 |
commit | f0d57d7676e2fed234a10d93f2737209e8007c2c (patch) | |
tree | 1592fd3252929963da96ec490be3ab8416b02275 /lib/Makefile.am | |
parent | 2344b11599ce696ebc0bd7773befada44246897c (diff) | |
download | sciteco-f0d57d7676e2fed234a10d93f2737209e8007c2c.tar.gz |
added Asciidoc lexer config
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 06bee14..a458692 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -98,6 +98,7 @@ dist_lexer_DATA += lexers/verilog.tes \ lexers/caml.tes \ lexers/python.tes \ lexers/yaml.tes \ - lexers/markdown.tes + lexers/markdown.tes \ + lexers/asciidoc.tes endif |