diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-06-02 11:38:18 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-06-03 02:13:20 +0300 |
commit | bf4ce2f28a5d4cc3f1f4a7a1d2450e6893ff5d7b (patch) | |
tree | f7abbd91c59221f801d11926ad303358bf5887c3 /lib/Makefile.am | |
parent | 442268285a5f8b1d53052b6c7b0566d9200e71c7 (diff) | |
download | sciteco-bf4ce2f28a5d4cc3f1f4a7a1d2450e6893ff5d7b.tar.gz |
added LaTeX 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 b8832ab..c272b0e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -105,6 +105,7 @@ dist_lexer_DATA += lexers/verilog.tes \ lexers/asciidoc.tes \ lexers/troff.tes \ lexers/sql.tes \ - lexers/css.tes + lexers/css.tes \ + lexers/latex.tes endif |