fix missing brush for text files

This commit is contained in:
Sebastian Sdorra
2011-06-19 13:28:16 +02:00
parent 384a15bf99
commit 9d62147400

View File

@@ -94,7 +94,7 @@ Sonia.panel.SyntaxHighlighterPanel = Ext.extend(Ext.Panel, {
fileName: 'shBrushPhp.js'
},{
name: 'Plain Text',
aliases: ['plain', 'text', 'txt'],
aliases: ['plain', 'text'],
fileName: 'shBrushPlain.js'
},{
name: 'PowerShell',