Changeset - ebcb1d32eed9
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-07-03 00:23:30
marcin@python-works.com
remove duplicated JSON metatype in codemirror meta.js
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/js/mode/meta.js
Show inline comments
 
@@ -6,49 +6,48 @@ CodeMirror.modeInfo = [
 
  {name: 'Cobol', mime: 'text/x-cobol', mode: 'cobol'},
 
  {name: 'Java', mime: 'text/x-java', mode: 'clike'},
 
  {name: 'C#', mime: 'text/x-csharp', mode: 'clike'},
 
  {name: 'Scala', mime: 'text/x-scala', mode: 'clike'},
 
  {name: 'Clojure', mime: 'text/x-clojure', mode: 'clojure'},
 
  {name: 'CoffeeScript', mime: 'text/x-coffeescript', mode: 'coffeescript'},
 
  {name: 'Common Lisp', mime: 'text/x-common-lisp', mode: 'commonlisp'},
 
  {name: 'CSS', mime: 'text/css', mode: 'css'},
 
  {name: 'D', mime: 'text/x-d', mode: 'd'},
 
  {name: 'diff', mime: 'text/x-diff', mode: 'diff'},
 
  {name: 'ECL', mime: 'text/x-ecl', mode: 'ecl'},
 
  {name: 'Erlang', mime: 'text/x-erlang', mode: 'erlang'},
 
  {name: 'Gas', mime: 'text/x-gas', mode: 'gas'},
 
  {name: 'GitHub Flavored Markdown', mode: 'gfm'},
 
  {name: 'GO', mime: 'text/x-go', mode: 'go'},
 
  {name: 'Groovy', mime: 'text/x-groovy', mode: 'groovy'},
 
  {name: 'Haskell', mime: 'text/x-haskell', mode: 'haskell'},
 
  {name: 'Haxe', mime: 'text/x-haxe', mode: 'haxe'},
 
  {name: 'ASP.NET', mime: 'application/x-aspx', mode: 'htmlembedded'},
 
  {name: 'Embedded Javascript', mime: 'application/x-ejs', mode: 'htmlembedded'},
 
  {name: 'JavaServer Pages', mime: 'application/x-jsp', mode: 'htmlembedded'},
 
  {name: 'HTML', mime: 'text/html', mode: 'htmlmixed'},
 
  {name: 'HTTP', mime: 'message/http', mode: 'http'},
 
  {name: 'JavaScript', mime: 'text/javascript', mode: 'javascript'},
 
  {name: 'JSON', mime: 'application/x-json', mode: 'javascript'},
 
  {name: 'JSON', mime: 'application/json', mode: 'javascript'},
 
  {name: 'TypeScript', mime: 'application/typescript', mode: 'javascript'},
 
  {name: 'Jinja2', mime: 'jinja2', mode: 'jinja2'},
 
  {name: 'LESS', mime: 'text/x-less', mode: 'less'},
 
  {name: 'LiveScript', mime: 'text/x-livescript', mode: 'livescript'},
 
  {name: 'Lua', mime: 'text/x-lua', mode: 'lua'},
 
  {name: 'Markdown (GitHub-flavour)', mime: 'text/x-markdown', mode: 'markdown'},
 
  {name: 'mIRC', mime: 'text/mirc', mode: 'mirc'},
 
  {name: 'NTriples', mime: 'text/n-triples', mode: 'ntriples'},
 
  {name: 'OCaml', mime: 'text/x-ocaml', mode: 'ocaml'},
 
  {name: 'Pascal', mime: 'text/x-pascal', mode: 'pascal'},
 
  {name: 'Perl', mime: 'text/x-perl', mode: 'perl'},
 
  {name: 'PHP', mime: 'text/x-php', mode: 'php'},
 
  {name: 'PHP(HTML)', mime: 'application/x-httpd-php', mode: 'php'},
 
  {name: 'Pig', mime: 'text/x-pig', mode: 'pig'},
 
  {name: 'Plain Text', mime: 'text/plain', mode: 'null'},
 
  {name: 'Properties files', mime: 'text/x-properties', mode: 'clike'},
 
  {name: 'Python', mime: 'text/x-python', mode: 'python'},
 
  {name: 'R', mime: 'text/x-rsrc', mode: 'r'},
 
  {name: 'reStructuredText', mime: 'text/x-rst', mode: 'rst'},
 
  {name: 'Ruby', mime: 'text/x-ruby', mode: 'ruby'},
 
  {name: 'Rust', mime: 'text/x-rustsrc', mode: 'rust'},
 
  {name: 'Sass', mime: 'text/x-sass', mode: 'sass'},
 
  {name: 'Scheme', mime: 'text/x-scheme', mode: 'scheme'},
0 comments (0 inline, 0 general)