Fix w/ a test

This commit is contained in:
Todd Berman
2016-09-21 20:52:49 -07:00
parent de478d2f2d
commit d6d7d38eb8
2 changed files with 5 additions and 0 deletions

View File

@@ -585,6 +585,7 @@ module Linguist
:aliases => options['aliases'],
:tm_scope => options['tm_scope'],
:ace_mode => options['ace_mode'],
:codemirror_mode => options['codemirror_mode'],
:wrap => options['wrap'],
:group_name => options['group'],
:searchable => options.fetch('searchable', true),