Add more langauges to mapping

This commit is contained in:
Garen Torikian
2013-04-30 11:37:06 -07:00
committed by Garen Torikian & Nathan Sobo
parent 252682dd99
commit 734b6778b1

View File

@@ -6,7 +6,12 @@ roaster = require 'roaster'
Editor = require 'editor'
fenceNameToExtension =
"coffeescript": "coffee"
"toml": "toml"
"ruby": "rb"
"go": "go"
"mustache": "mustache"
"java": "java"
module.exports =
class MarkdownPreviewView extends ScrollView