Use the now-separate json mode for json highlighting

Closes #267
This commit is contained in:
John Crepezzi 2020-10-06 00:36:41 -04:00
parent 61d08afb3b
commit 181a3a2bfa
2 changed files with 2 additions and 3 deletions

View File

@ -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