Skip to content

Commit

Permalink
Add support for Arduino sketches
Browse files Browse the repository at this point in the history
  • Loading branch information
manchoz committed Aug 2, 2021
1 parent b2ed0c8 commit b11c9f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion languages.json
Expand Up @@ -892,7 +892,8 @@
"cpp",
"cxx",
"c++",
"pcc"
"pcc",
"ino"
],
"line_comment": [
"//"
Expand Down
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit b11c9f0

Please sign in to comment.