diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-12-10 09:30:55 -0600 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-12-10 09:30:55 -0600 |
| commit | 9003139119e21da4c35ec99f21ab7571c5626928 (patch) | |
| tree | 475d18ba16742e3f0934402db69a7d6bed2ea3b9 | |
| parent | 36e867ec769646de00e392bd9f7eeed4380961d0 (diff) | |
Can't have 2 same primary extensions
| -rw-r--r-- | lib/linguist/languages.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 805891c..aaa3a45 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -67,7 +67,7 @@ ApacheConf: type: markup aliases: - apache - primary_extension: .conf + primary_extension: .apacheconf filenames: - .htaccess - httpd.conf @@ -833,7 +833,7 @@ Nemerle: Nginx: type: markup lexer: Nginx configuration file - primary_extension: .conf + primary_extension: .nginxconf filenames: - nginx.conf |
