Ticket #4098: syntax highlighting: support .ino files.
commit1f4b5ae3962729b6fa5998a9ee02c5b9da88cfe0
authorPurdea Andrei <andrei@purdea.ro>
Sun, 21 Jun 2020 02:17:39 +0000 (21 05:17 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 21 Jun 2020 16:58:56 +0000 (21 19:58 +0300)
tree3aa031d4b20bb4fd5aa6ae011f4b7f85ad9253e0
parent65f27b68546cd4039f9101ac639a06a452234dfc
Ticket #4098: syntax highlighting: support .ino files.

Add the .ino extension to the list of extensions recognized by the c++
syntax highlighter.

.ino is used by the Arduino IDE, and a number of other IDEs, and it's effectively
the same thing as a c++ source file, but with some added magic, such as auto-generated
function prototypes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
misc/syntax/Syntax.in