Skip to content

Commit

Permalink
CPP lexer: support *.ino files (Arduino IDE sketches)
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
rhaberkorn committed Nov 16, 2017
1 parent ba6ea2f commit df6c898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lexers/cpp.tes
Expand Up @@ -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]{
Expand Down

0 comments on commit df6c898

Please sign in to comment.