mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add mdown to readme extensions array
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports =
|
||||
absolute: (relativePath) ->
|
||||
return null unless relativePath?
|
||||
|
||||
if path.indexOf('~/') is 0
|
||||
if relativePath.indexOf('~/') is 0
|
||||
if process.platform is 'win32'
|
||||
home = process.env.USERPROFILE
|
||||
else
|
||||
@@ -254,6 +254,7 @@ module.exports =
|
||||
_.indexOf([
|
||||
'.markdown'
|
||||
'.md'
|
||||
'.mdown'
|
||||
'.mkd'
|
||||
'.mkdown'
|
||||
'.ron'
|
||||
|
||||
Reference in New Issue
Block a user