Updates config.

This commit is contained in:
Lars Jung 2012-08-06 14:10:20 +02:00
parent 219234dfdd
commit 61ae46386e
12 changed files with 31 additions and 2629 deletions

View file

@ -6,13 +6,25 @@ modulejs.define('ext/preview-txt', ['_', '$', 'core/settings', 'core/resource',
types: {
authors: 'plain',
copying: 'plain',
c: 'c',
cpp: 'cpp',
css: 'css',
h: 'c',
hpp: 'cpp',
install: 'plain',
log: 'plain',
java: 'java',
makefile: 'xml',
markdown: 'plain',
php: 'php',
python: 'python',
readme: 'plain',
rb: 'ruby',
rtf: 'plain',
script: 'shell',
text: 'plain',
js: 'js'
js: 'js',
xml: 'xml'
}
},