Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8340 from tylucaskelley/bash-arduino-syntax
Browse files Browse the repository at this point in the history
added .bash to bash highlighting and .ino to cpp highlighting
  • Loading branch information
redmunds committed Jul 15, 2014
2 parents 560fd6c + 508844b commit 0270081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"cpp": {
"name": "C++",
"mode": ["clike", "text/x-c++src"],
"fileExtensions": ["cc", "cp", "cpp", "c++", "cxx", "hh", "hpp", "hxx", "h++", "ii"],
"fileExtensions": ["cc", "cp", "cpp", "c++", "cxx", "hh", "hpp", "hxx", "h++", "ii", "ino"],
"blockComment": ["/*", "*/"],
"lineComment": ["//"]
},
Expand Down Expand Up @@ -229,7 +229,7 @@
"bash": {
"name": "Bash",
"mode": ["shell", "text/x-sh"],
"fileExtensions": ["sh", "command"],
"fileExtensions": ["sh", "command", "bash"],
"lineComment": ["#"]
},

Expand Down

0 comments on commit 0270081

Please sign in to comment.