data type

This commit is contained in:
Joshua Peek
2011-07-06 10:03:34 -05:00
parent 86be463cd9
commit be58fc4f7f
2 changed files with 11 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ module Linguist
@filename_index = {}
# Valid Languages types
TYPES = [:markup, :programming]
TYPES = [:data, :markup, :programming]
# Internal: Test if extension maps to multiple Languages.
#