Skip to content

Commit

Permalink
Added JSON to extension map (JS)
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
seejohnrun committed Dec 19, 2012
1 parent 08d37cc commit 54e55b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/application.js
Expand Up @@ -168,7 +168,7 @@ haste.extensionMap = {
lua: 'lua', pas: 'delphi', java: 'java', cpp: 'cpp', cc: 'cpp', m: 'objectivec',
vala: 'vala', cs: 'cs', sql: 'sql', sm: 'smalltalk', lisp: 'lisp', ini: 'ini',
diff: 'diff', bash: 'bash', sh: 'bash', tex: 'tex', erl: 'erlang', hs: 'haskell',
md: 'markdown', txt: '', coffee: 'coffee'
md: 'markdown', txt: '', coffee: 'coffee', json: 'js'
};

// Look up the extension preferred for a type
Expand Down

0 comments on commit 54e55b1

Please sign in to comment.