github-linguist 2.8.1 → 2.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/linguist/languages.yml +2 -4
- metadata +1 -1
data/lib/linguist/languages.yml
CHANGED
@@ -1299,8 +1299,8 @@ Unified Parallel C:
|
|
1299
1299
|
lexer: C
|
1300
1300
|
ace_mode: c_cpp
|
1301
1301
|
color: "#755223"
|
1302
|
-
primary_extension: .upc
|
1303
|
-
|
1302
|
+
primary_extension: .upc
|
1303
|
+
|
1304
1304
|
VHDL:
|
1305
1305
|
type: programming
|
1306
1306
|
lexer: vhdl
|
@@ -1350,8 +1350,6 @@ XC:
|
|
1350
1350
|
type: programming
|
1351
1351
|
lexer: C
|
1352
1352
|
primary_extension: .xc
|
1353
|
-
extensions:
|
1354
|
-
- .xc
|
1355
1353
|
|
1356
1354
|
XML:
|
1357
1355
|
type: markup
|