mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
Add more langauges to mapping
This commit is contained in:
committed by
Garen Torikian & Nathan Sobo
parent
252682dd99
commit
734b6778b1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user