Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunken <mm.munk@gmail.com>2016-12-09 02:09:34 +0300
committerMunken <mm.munk@gmail.com>2016-12-09 02:09:34 +0300
commitf7b09848c558b1a44571f27a9534c02c0501f181 (patch)
tree676ba3d7eefe97adb5671e7b491e4d5546b98942 /lib/banzai
parent63bc23cfe242edd800730827c2d47dd025a26b2f (diff)
Removed alias and filenames
Diffstat (limited to 'lib/banzai')
-rw-r--r--lib/banzai/filter/syntax_highlight_filter.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/banzai/filter/syntax_highlight_filter.rb b/lib/banzai/filter/syntax_highlight_filter.rb
index f6a813ac923..278d4d92d08 100644
--- a/lib/banzai/filter/syntax_highlight_filter.rb
+++ b/lib/banzai/filter/syntax_highlight_filter.rb
@@ -7,8 +7,6 @@ module Rouge
desc "A boring lexer that doesn't highlight anything"
tag 'math'
- aliases 'text'
- filenames '*.txt'
mimetypes 'text/plain'
default_options :token => 'Text'