diff options
Diffstat (limited to 'lib/coderay/token_kinds.rb')
-rwxr-xr-x | lib/coderay/token_kinds.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/token_kinds.rb b/lib/coderay/token_kinds.rb index f6341fb..3e63372 100755 --- a/lib/coderay/token_kinds.rb +++ b/lib/coderay/token_kinds.rb @@ -82,6 +82,7 @@ module CodeRay AbbreviationForKind[:open] = AbbreviationForKind[:close] = AbbreviationForKind[:delimiter] AbbreviationForKind[:nesting_delimiter] = AbbreviationForKind[:delimiter] AbbreviationForKind[:escape] = AbbreviationForKind[:delimiter] + AbbreviationForKind[:docstring] = AbbreviationForKind[:comment] #AbbreviationForKind.default = AbbreviationForKind[:error] or raise 'no class found for :error!' end end |