fixed extension order in languages.yml

This commit is contained in:
Brandon
2014-01-25 15:17:52 -05:00
parent 1f8ef83657
commit 7da9038e79

View File

@@ -61,9 +61,9 @@ ATS:
aliases: aliases:
- ats2 - ats2
extensions: extensions:
- .sats
- .hats
- .atxt - .atxt
- .hats
- .sats
ActionScript: ActionScript:
type: programming type: programming
@@ -226,8 +226,8 @@ C:
color: "#555" color: "#555"
primary_extension: .c primary_extension: .c
extensions: extensions:
- .w
- .cats - .cats
- .w
C#: C#:
type: programming type: programming