Skip to content

Commit

Permalink
Add ino as a c++ file extension
Browse files Browse the repository at this point in the history
`.ino` is the extension used for Arduino Language sketches.
The arduino language is a c++ variant, so it is useful to have the ability to utilise c++ formatters / linters.
  • Loading branch information
CreatingNull committed Jan 8, 2022
1 parent 5d02d5c commit 3273145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
'idr': {'text', 'idris'},
'inc': {'text', 'inc'},
'ini': {'text', 'ini'},
'ino': {'text', 'ino', 'c++'},
'inx': {'text', 'xml', 'inx'},
'ipynb': {'text', 'jupyter'},
'j2': {'text', 'jinja'},
Expand Down

0 comments on commit 3273145

Please sign in to comment.