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:
- ats2
extensions:
- .sats
- .hats
- .atxt
- .hats
- .sats
ActionScript:
type: programming
@@ -226,8 +226,8 @@ C:
color: "#555"
primary_extension: .c
extensions:
- .w
- .cats
- .w
C#:
type: programming