diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-11-16 22:25:23 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-11-16 22:25:23 +0100 |
commit | df6c898e8e56886488951bc51967089003768b12 (patch) | |
tree | e8c16994dee4b2028a00ca9ef6d2c664c9075c34 /lib | |
parent | ba6ea2fd0c0559c6e8d8108bd25252ef7aab68d0 (diff) | |
download | sciteco-df6c898e8e56886488951bc51967089003768b12.tar.gz |
CPP lexer: support *.ino files (Arduino IDE sketches)
* a proper Arduino lexer supporting the special Arduino keywords/classes
could in principle be written, but for the time being they're treated
just like regular C++ sources
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lexers/cpp.tes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lexers/cpp.tes b/lib/lexers/cpp.tes index 699d175..d966e38 100644 --- a/lib/lexers/cpp.tes +++ b/lib/lexers/cpp.tes @@ -13,7 +13,8 @@ :EN*.hxxQ*"S -1 ' :EN*.ippQ*"S -1 ' :EN*.mmQ*"S -1 ' - :EN*.smaQ* + :EN*.smaQ*"S -1 ' + :EN*.inoQ* } @[lexer.set.cpp]{ |