This adds the `.ino` extension to the file extension list for c++ code. Arduino sketch files are 99% c++ code. This makes them easier to edit in Geany :).
If unsure, take a read at <https://www.visualmicro.com/page/User-Guide.aspx?doc=INOs-and-CPPs.html>: >Even though the Arduino web site does not mention it, the programming language >Arduino uses is nothing but C++, with some limitations due to the tight memory >constraints of the processors used. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1918 -- Commit Summary -- * Add *.ino (Arduino sketch files) to c++ fileextension list -- File Changes -- M ctags/parsers/c.c (2) M data/filetype_extensions.conf (2) -- Patch Links -- https://github.com/geany/geany/pull/1918.patch https://github.com/geany/geany/pull/1918.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1918
