mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-01 01:48:02 +02:00
fix missing brush for text files
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user