diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-26 05:39:45 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-27 19:12:54 +0300 |
commit | 85599c7e929237c61fb4b7857935475a6e57c8ec (patch) | |
tree | 0634800d38b848bff474d38ac78b9c214bb9799b /lib/Makefile.am | |
parent | 2a5dbe746e32df09c3913a68444fc13011a7f84e (diff) | |
download | sciteco-85599c7e929237c61fb4b7857935475a6e57c8ec.tar.gz |
added Markdown and YAML lexer configs
* For markdown.tes we should better introduce new predefined colors in the
color scheme files since it doesn't map well to existing colors.
For italic and bold, I am not using the predefined colors at all but only set
the bold and italic style attributes -- this should still be portable across
color schemes.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6e13712..c528636 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -89,7 +89,9 @@ dist_lexer_DATA = lexers/verilog.tes \ lexers/rust.tes \ lexers/blitzbasic.tes \ lexers/caml.tes \ - lexers/python.tes + lexers/python.tes \ + lexers/yaml.tes \ + lexers/markdown.tes # This lexer is responsible for styling # womanpages and is thus useful even when omitting |