Skip to content

Commit

Permalink
fix: add vbscript syntax highlighting #304
Browse files Browse the repository at this point in the history
  • Loading branch information
meilinz authored and hackjutsu committed Aug 14, 2018
1 parent 98cd265 commit 040b73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/containers/codeArea/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default class CodeArea extends Component {
case 'C#': return 'cs'
case 'Objective-C': return 'objectivec'
case 'Objective-C++': return 'objectivec'
case 'Visual Basic': return 'vbscript'
default:
}
return language
Expand Down

0 comments on commit 040b73a

Please sign in to comment.