Basic coffeescript highlighting

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

Closes #2
no_npm
John Crepezzi 14 years ago
parent 047a686248
commit ef96704f2c
  1. 1
      README.md
  2. 2
      static/application.js
  3. 2
      static/application.min.js
  4. 2
      static/highlight.min.js

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

@ -167,7 +167,7 @@ haste.extensionMap = {
lua: 'lua', pas: 'delphi', java: 'java', cpp: 'cpp', cc: 'cpp', m: 'objectivec', lua: 'lua', pas: 'delphi', java: 'java', cpp: 'cpp', cc: 'cpp', m: 'objectivec',
vala: 'vala', cs: 'cs', sql: 'sql', sm: 'smalltalk', lisp: 'lisp', ini: 'ini', vala: 'vala', cs: 'cs', sql: 'sql', sm: 'smalltalk', lisp: 'lisp', ini: 'ini',
diff: 'diff', bash: 'bash', sh: 'bash', tex: 'tex', erl: 'erlang', hs: 'haskell', 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 // 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
Loading…
Cancel
Save