Basic coffeescript highlighting

From https://github.com/dnagir/highlightjs-coffeescript

Closes #2
This commit is contained in:
John Crepezzi 2012-01-24 22:28:58 -05:00
parent 047a686248
commit ef96704f2c
4 changed files with 4 additions and 3 deletions

View File

@ -166,3 +166,4 @@ SOFTWARE
* jQuery: MIT/GPL license
* highlight.js: Copyright © 2006, Ivan Sagalaev
* highlightjs-coffeescript: WTFPL - Copyright © 2011, Dmytrii Nagirniak

View File

@ -167,7 +167,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: ''
md: 'markdown', txt: '', coffee: 'coffee'
};
// Look up the extension preferred for a type

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long