Merge pull request #345 from seejohnrun/fix-json-highlighting

Use the now-separate json mode for json highlighting
master
John Crepezzi 5 years ago committed by GitHub
commit f372ef18de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      static/application.js
  2. 2
      static/application.min.js

@ -170,8 +170,7 @@ haste.extensionMap = {
lua: 'lua', pas: 'delphi', java: 'java', cpp: 'cpp', cc: 'cpp', m: 'objectivec',
vala: 'vala', 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', json: 'javascript',
swift: 'swift'
md: 'markdown', txt: '', coffee: 'coffee', swift: 'swift'
};
// Look up the extension preferred for a type

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save