languages 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04768b19147f096c83400fa8279f720531b3b0be
4
- data.tar.gz: 69272b9827a814dfb150af8d11aca1c5de92ed45
3
+ metadata.gz: dca4fff8b09ec9c191028b39e062094db8bc26a9
4
+ data.tar.gz: 0c578b32452171bf289290d872ab87ca0f0b3c1d
5
5
  SHA512:
6
- metadata.gz: 0b072018ae956e40573dd06c7cca1672a82d20bceeb697f1abf4967c9f7d922719c2d3d874ef940d59359b23fe0a4af958525234622d9ffcaa827839e83defcc
7
- data.tar.gz: fc48409855031bfc29566810f934fd8a1b5c1a6b3116c91f0b61e7ec5019439f7d39d574ea3f7e9fe04cc0699760c09c48dc2e93edbb88cd9e226ee857674d6e
6
+ metadata.gz: 686b9edaf69c1a1fb80b67029bacc781a8e4f8ee9ddad446eef7f4c54eb4ffb439fbedc8f0436ac789cff1ffdacb94a35b816631792fe7a6ac4a0ec3ea43a52a
7
+ data.tar.gz: 8ae2ec38dfed94d04c93d38def15d11c1851be57f52eaa3386d8e38f8fd8154ca4d0a026416cb9c8643a0f1c3b44dfcba2ec8ff9f52d22dece4974c22cad0f44
@@ -1,3 +1,3 @@
1
1
  module Languages
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
data/lib/languages.yml CHANGED
@@ -160,6 +160,7 @@ ApacheConf:
160
160
  - apache
161
161
  extensions:
162
162
  - .apacheconf
163
+ - .vhost
163
164
  tm_scope: source.apache-config
164
165
  ace_mode: apache_conf
165
166
 
@@ -295,9 +296,10 @@ Befunge:
295
296
 
296
297
  Bison:
297
298
  type: programming
299
+ group: Yacc
298
300
  tm_scope: source.bison
299
301
  extensions:
300
- - .y
302
+ - .bison
301
303
  ace_mode: text
302
304
 
303
305
  BitBake:
@@ -600,6 +602,7 @@ Common Lisp:
600
602
  - .lisp
601
603
  - .asd
602
604
  - .cl
605
+ - .l
603
606
  - .lsp
604
607
  - .ny
605
608
  - .podsl
@@ -1038,6 +1041,7 @@ GAS:
1038
1041
  group: Assembly
1039
1042
  extensions:
1040
1043
  - .s
1044
+ - .ms
1041
1045
  tm_scope: source.asm.x86
1042
1046
  ace_mode: assembly_x86
1043
1047
 
@@ -1206,12 +1210,26 @@ Groff:
1206
1210
  extensions:
1207
1211
  - .man
1208
1212
  - '.1'
1213
+ - .1in
1214
+ - .1m
1215
+ - .1x
1209
1216
  - '.2'
1210
1217
  - '.3'
1218
+ - .3in
1219
+ - .3m
1220
+ - .3qt
1221
+ - .3x
1211
1222
  - '.4'
1212
1223
  - '.5'
1213
1224
  - '.6'
1214
1225
  - '.7'
1226
+ - '.8'
1227
+ - '.9'
1228
+ - .l
1229
+ - .ms
1230
+ - .n
1231
+ - .rno
1232
+ - .roff
1215
1233
  tm_scope: text.groff
1216
1234
  aliases:
1217
1235
  - nroff
@@ -1319,7 +1337,7 @@ Handlebars:
1319
1337
  extensions:
1320
1338
  - .handlebars
1321
1339
  - .hbs
1322
- tm_scope: none
1340
+ tm_scope: text.html.handlebars
1323
1341
  ace_mode: handlebars
1324
1342
 
1325
1343
  Harbour:
@@ -1468,6 +1486,7 @@ J:
1468
1486
  JFlex:
1469
1487
  type: programming
1470
1488
  color: "#DBCA00"
1489
+ group: Lex
1471
1490
  extensions:
1472
1491
  - .flex
1473
1492
  - .jflex
@@ -1503,11 +1522,12 @@ JSONLD:
1503
1522
  tm_scope: source.js
1504
1523
 
1505
1524
  JSONiq:
1525
+ color: "#40d47e"
1506
1526
  type: programming
1507
1527
  ace_mode: jsoniq
1508
1528
  extensions:
1509
1529
  - .jq
1510
- tm_scope: source.xquery
1530
+ tm_scope: source.jq
1511
1531
 
1512
1532
  Jade:
1513
1533
  group: HTML
@@ -1703,6 +1723,17 @@ Less:
1703
1723
  tm_scope: source.css.less
1704
1724
  ace_mode: less
1705
1725
 
1726
+ Lex:
1727
+ type: programming
1728
+ color: "#DBCA00"
1729
+ aliases:
1730
+ - flex
1731
+ extensions:
1732
+ - .l
1733
+ - .lex
1734
+ tm_scope: none
1735
+ ace_mode: text
1736
+
1706
1737
  LilyPond:
1707
1738
  type: programming
1708
1739
  extensions:
@@ -1865,6 +1896,7 @@ Makefile:
1865
1896
  - .mk
1866
1897
  filenames:
1867
1898
  - GNUmakefile
1899
+ - Kbuild
1868
1900
  - Makefile
1869
1901
  - makefile
1870
1902
  interpreters:
@@ -2096,6 +2128,9 @@ Nginx:
2096
2128
  type: markup
2097
2129
  extensions:
2098
2130
  - .nginxconf
2131
+ - .vhost
2132
+ filenames:
2133
+ - nginx.conf
2099
2134
  tm_scope: source.nginx
2100
2135
  aliases:
2101
2136
  - nginx configuration file
@@ -2420,6 +2455,7 @@ Perl:
2420
2455
  color: "#0298c3"
2421
2456
  extensions:
2422
2457
  - .pl
2458
+ - .al
2423
2459
  - .cgi
2424
2460
  - .fcgi
2425
2461
  - .perl
@@ -2454,6 +2490,16 @@ Perl6:
2454
2490
  tm_scope: source.perl.6
2455
2491
  ace_mode: perl
2456
2492
 
2493
+ PicoLisp:
2494
+ type: programming
2495
+ extensions:
2496
+ - .l
2497
+ interpreters:
2498
+ - picolisp
2499
+ - pil
2500
+ tm_scope: source.lisp
2501
+ ace_mode: lisp
2502
+
2457
2503
  PigLatin:
2458
2504
  type: programming
2459
2505
  color: "#fcd7de"
@@ -2631,6 +2677,7 @@ QML:
2631
2677
  color: "#44a51c"
2632
2678
  extensions:
2633
2679
  - .qml
2680
+ - .qbs
2634
2681
  tm_scope: source.qml
2635
2682
  ace_mode: text
2636
2683
 
@@ -2828,6 +2875,8 @@ Ruby:
2828
2875
  - ruby
2829
2876
  - macruby
2830
2877
  - rake
2878
+ - jruby
2879
+ - rbx
2831
2880
  filenames:
2832
2881
  - .pryrc
2833
2882
  - Appraisals
@@ -3062,6 +3111,13 @@ Slim:
3062
3111
  - .slim
3063
3112
  ace_mode: text
3064
3113
 
3114
+ Smali:
3115
+ type: programming
3116
+ extensions:
3117
+ - .smali
3118
+ ace_mode: text
3119
+ tm_scope: source.smali
3120
+
3065
3121
  Smalltalk:
3066
3122
  type: programming
3067
3123
  color: "#596706"
@@ -3443,10 +3499,12 @@ XML:
3443
3499
  - .glade
3444
3500
  - .gml
3445
3501
  - .grxml
3502
+ - .iml
3446
3503
  - .ivy
3447
3504
  - .jelly
3448
3505
  - .kml
3449
3506
  - .launch
3507
+ - .mdpolicy
3450
3508
  - .mm
3451
3509
  - .mxml
3452
3510
  - .nproj
@@ -3521,6 +3579,7 @@ XQuery:
3521
3579
  - .xqm
3522
3580
  - .xqy
3523
3581
  ace_mode: xquery
3582
+ tm_scope: source.xq
3524
3583
 
3525
3584
  XS:
3526
3585
  type: programming
@@ -3569,6 +3628,15 @@ YAML:
3569
3628
  - .yaml
3570
3629
  ace_mode: yaml
3571
3630
 
3631
+ Yacc:
3632
+ type: programming
3633
+ extensions:
3634
+ - .y
3635
+ - .yacc
3636
+ - .yy
3637
+ tm_scope: source.bison
3638
+ ace_mode: text
3639
+
3572
3640
  Zephir:
3573
3641
  type: programming
3574
3642
  color: "#118f9e"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: languages
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-18 00:00:00.000000000 Z
11
+ date: 2015-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: escape_utils
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
- rubygems_version: 2.4.5
92
+ rubygems_version: 2.4.8
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Github language details and colors