Skip to content

Commit f91902e

Browse files
committed
Добавление тэга [ruby]
1 parent d3e55bb commit f91902e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parser.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ AStrongTag g_strong_tags [] =
125125
{"[xml]", "[/xml]" },
126126
{"[lisp]", "[/lisp]" },
127127
{"[haskell]", "[/haskell]" },
128+
{"[ruby]", "[/ruby]" },
128129
{"[tagline]", "[/tagline]" },
129130
{"[moderator]", "[/moderator]"},
130131
{"[q]", "[/q]" },
@@ -198,6 +199,7 @@ ASimpleTag g_highlight_tags [] =
198199
{"[xml]", "xml" },
199200
{"[lisp]", "lisp" },
200201
{"[haskell]", "haskell" },
202+
{"[ruby]", "ruby" },
201203

202204
// http://www.rsdn.ru/forum/message/3227340.1.aspx
203205
{"[code=]", "" },

0 commit comments

Comments
 (0)