mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Register javascript fence names
This commit is contained in:
@@ -16,6 +16,8 @@ fenceNameToExtension =
|
||||
"java": "java"
|
||||
"sh": "sh"
|
||||
"bash": "sh"
|
||||
"js": "js"
|
||||
"javascript": "js"
|
||||
|
||||
module.exports =
|
||||
class MarkdownPreviewView extends ScrollView
|
||||
|
||||
Reference in New Issue
Block a user