diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-21 08:24:23 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-21 08:24:23 +0300 |
commit | 4273088e40c21bffe449fc13bfc2a8d760c3dc7d (patch) | |
tree | b6a59c6f52782f2578269135ce188e105ab1eadc /lib/Makefile.am | |
parent | 84c7190a7a1fb9a1edd387abfafa141b7c8d4b7b (diff) | |
download | sciteco-4273088e40c21bffe449fc13bfc2a8d760c3dc7d.tar.gz |
added lexers for Python and Linux Device Trees
* The device tree lexer reuses CPP and has certain limitations.
For once it does not recognize /keywords/ and secondly it confuses
properties beginning with # as preprocessor statements.
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 69a7c02..6e13712 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -55,6 +55,7 @@ dist_lexer_DATA = lexers/verilog.tes \ lexers/c.tes \ lexers/cpp.tes \ lexers/gob.tes \ + lexers/devicetree.tes \ lexers/test.tes \ lexers/kix.tes \ lexers/baan.tes \ @@ -87,7 +88,8 @@ dist_lexer_DATA = lexers/verilog.tes \ lexers/pov.tes \ lexers/rust.tes \ lexers/blitzbasic.tes \ - lexers/caml.tes + lexers/caml.tes \ + lexers/python.tes # This lexer is responsible for styling # womanpages and is thus useful even when omitting |