Rename extensions yml file

This commit is contained in:
Joshua Peek
2011-05-24 13:55:30 -05:00
parent a5af952bd6
commit 045a50dda8
2 changed files with 1 additions and 1 deletions

View File

@@ -122,7 +122,7 @@ module Linguist
popular = YAML.load_file(File.expand_path("../popular.yml", __FILE__))
common = YAML.load_file(File.expand_path("../common.yml", __FILE__))
YAML.load_file(File.expand_path("../extensions.yml", __FILE__)).each do |name, options|
YAML.load_file(File.expand_path("../languages.yml", __FILE__)).each do |name, options|
Language.create(
:name => name,
:lexer_name => options[:lexer],