languages 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95453acb2554997c957cfe9658c56f2f06870648
4
- data.tar.gz: d8a441322d9981cb3cfa19c5e822570a8d5e1061
3
+ metadata.gz: c66b7bddc1292bf52795bd8b50b2e0dd80badaa4
4
+ data.tar.gz: 5c6b13f8f839e29b5d3cfc7f4a903cf86e3c00a2
5
5
  SHA512:
6
- metadata.gz: a9741ae118023e380e736ae76853288df387ea62991a4ba0a2c97f066f74cfe44db1da0a3e7a78c4a87a0b4140644defd80e86131afc8452a5ad24c29e895c35
7
- data.tar.gz: 69a987c35da7f66585ecb295345cf2dd551aa001ce61a15c1fc2b5dc92c8891a43682363187735e77014425aa10b0f5b744d0d7284fbff1fa2f29868209d7dc3
6
+ metadata.gz: ed51e1145b8318e515a0b50e23c479de5e6020a97f8da56c6ccb2ef47bebf6a9563452d372567aff59654f0f20a48f2dcfec0c76d4f06fc8d37b5248f09cfee2
7
+ data.tar.gz: 55e13231fe9c0522041e6c09ddf18c283017c2f3c84cc2f34cd503208896defa8a4cf80b05e6267ee4a7525260705ed00bc4099d33a16cf8a084477ac09083d4
@@ -183,6 +183,7 @@ AppleScript:
183
183
  interpreters:
184
184
  - osascript
185
185
  ace_mode: applescript
186
+ color: "#101F1F"
186
187
 
187
188
  Arc:
188
189
  type: programming
@@ -290,6 +291,7 @@ Batchfile:
290
291
  - .cmd
291
292
  tm_scope: source.dosbatch
292
293
  ace_mode: batchfile
294
+ color: "#C1F12E"
293
295
 
294
296
  Befunge:
295
297
  type: programming
@@ -304,6 +306,7 @@ Bison:
304
306
  extensions:
305
307
  - .bison
306
308
  ace_mode: text
309
+ color: "#6A463F"
307
310
 
308
311
  BitBake:
309
312
  type: programming
@@ -638,7 +641,7 @@ Common Lisp:
638
641
 
639
642
  Component Pascal:
640
643
  type: programming
641
- color: "#b0ce4e"
644
+ color: "#B0CE4E"
642
645
  extensions:
643
646
  - .cp
644
647
  - .cps
@@ -701,6 +704,7 @@ Cucumber:
701
704
  aliases:
702
705
  - gherkin
703
706
  ace_mode: text
707
+ color: "#5B2063"
704
708
 
705
709
  Cuda:
706
710
  type: programming
@@ -709,6 +713,7 @@ Cuda:
709
713
  - .cuh
710
714
  tm_scope: source.cuda-c++
711
715
  ace_mode: c_cpp
716
+ color: "#3A4E3A"
712
717
 
713
718
  Cycript:
714
719
  type: programming
@@ -801,7 +806,6 @@ Dart:
801
806
 
802
807
  Diff:
803
808
  type: data
804
- color: "#88dddd"
805
809
  extensions:
806
810
  - .diff
807
811
  - .patch
@@ -939,6 +943,8 @@ Erlang:
939
943
  - .es
940
944
  - .escript
941
945
  - .hrl
946
+ - .xrl
947
+ - .yrl
942
948
  filenames:
943
949
  - rebar.config
944
950
  - rebar.config.lock
@@ -1390,6 +1396,7 @@ Hack:
1390
1396
  - .hh
1391
1397
  - .php
1392
1398
  tm_scope: text.html.php
1399
+ color: "#878787"
1393
1400
 
1394
1401
  Haml:
1395
1402
  group: HTML
@@ -1398,6 +1405,7 @@ Haml:
1398
1405
  - .haml
1399
1406
  - .haml.deface
1400
1407
  ace_mode: haml
1408
+ color: "#ECE2A9"
1401
1409
 
1402
1410
  Handlebars:
1403
1411
  type: markup
@@ -1764,6 +1772,7 @@ LLVM:
1764
1772
  extensions:
1765
1773
  - .ll
1766
1774
  ace_mode: text
1775
+ color: "#185619"
1767
1776
 
1768
1777
  LOLCODE:
1769
1778
  type: programming
@@ -1827,6 +1836,7 @@ Less:
1827
1836
  - .less
1828
1837
  tm_scope: source.css.less
1829
1838
  ace_mode: less
1839
+ color: "#A1D9A1"
1830
1840
 
1831
1841
  Lex:
1832
1842
  type: programming
@@ -2045,6 +2055,7 @@ Markdown:
2045
2055
  - .mkdown
2046
2056
  - .ron
2047
2057
  tm_scope: source.gfm
2058
+ color: "#083FA1"
2048
2059
 
2049
2060
  Mask:
2050
2061
  type: markup
@@ -2284,6 +2295,7 @@ Nginx:
2284
2295
  aliases:
2285
2296
  - nginx configuration file
2286
2297
  ace_mode: text
2298
+ color: "#9469E9"
2287
2299
 
2288
2300
  Nimrod:
2289
2301
  type: programming
@@ -2342,6 +2354,7 @@ NumPy:
2342
2354
  - .numsc
2343
2355
  tm_scope: none
2344
2356
  ace_mode: text
2357
+ color: "#9C8AF9"
2345
2358
 
2346
2359
  OCaml:
2347
2360
  type: programming
@@ -2592,7 +2605,7 @@ Parrot Internal Representation:
2592
2605
 
2593
2606
  Pascal:
2594
2607
  type: programming
2595
- color: "#b0ce4e"
2608
+ color: "#E3F171"
2596
2609
  extensions:
2597
2610
  - .pas
2598
2611
  - .dfm
@@ -2641,7 +2654,7 @@ Perl6:
2641
2654
  - Rexfile
2642
2655
  interpreters:
2643
2656
  - perl6
2644
- tm_scope: source.perl.6
2657
+ tm_scope: source.perl6fe
2645
2658
  ace_mode: perl
2646
2659
 
2647
2660
  Pickle:
@@ -2860,7 +2873,7 @@ QMake:
2860
2873
 
2861
2874
  R:
2862
2875
  type: programming
2863
- color: "#198ce7"
2876
+ color: "#198CE7"
2864
2877
  aliases:
2865
2878
  - R
2866
2879
  - Rscript
@@ -2890,6 +2903,7 @@ RDoc:
2890
2903
  extensions:
2891
2904
  - .rdoc
2892
2905
  tm_scope: text.rdoc
2906
+ color: "#8E84BF"
2893
2907
 
2894
2908
  REALbasic:
2895
2909
  type: programming
@@ -3099,6 +3113,7 @@ SCSS:
3099
3113
  ace_mode: scss
3100
3114
  extensions:
3101
3115
  - .scss
3116
+ color: "#CF649A"
3102
3117
 
3103
3118
  SMT:
3104
3119
  type: programming
@@ -3201,6 +3216,7 @@ Sass:
3201
3216
  extensions:
3202
3217
  - .sass
3203
3218
  ace_mode: sass
3219
+ color: "#CF649A"
3204
3220
 
3205
3221
  Scala:
3206
3222
  type: programming
@@ -3566,7 +3582,6 @@ Unified Parallel C:
3566
3582
  Unity3D Asset:
3567
3583
  type: data
3568
3584
  ace_mode: yaml
3569
- color: "#ab69a1"
3570
3585
  extensions:
3571
3586
  - .anim
3572
3587
  - .asset
@@ -3798,6 +3813,7 @@ XML:
3798
3813
  - .xliff
3799
3814
  - .xmi
3800
3815
  - .xml.dist
3816
+ - .xproj
3801
3817
  - .xsd
3802
3818
  - .xul
3803
3819
  - .zcml
@@ -3854,6 +3870,7 @@ XSLT:
3854
3870
  - .xsl
3855
3871
  tm_scope: text.xml.xsl
3856
3872
  ace_mode: xml
3873
+ color: "#EB8CEB"
3857
3874
 
3858
3875
  Xojo:
3859
3876
  type: programming
@@ -3887,6 +3904,13 @@ YAML:
3887
3904
  - .yaml-tmlanguage
3888
3905
  ace_mode: yaml
3889
3906
 
3907
+ YANG:
3908
+ type: data
3909
+ extensions:
3910
+ - .yang
3911
+ tm_scope: source.yang
3912
+ ace_mode: text
3913
+
3890
3914
  Yacc:
3891
3915
  type: programming
3892
3916
  extensions:
@@ -3895,6 +3919,7 @@ Yacc:
3895
3919
  - .yy
3896
3920
  tm_scope: source.bison
3897
3921
  ace_mode: text
3922
+ color: "#4B6C4B"
3898
3923
 
3899
3924
  Zephir:
3900
3925
  type: programming
@@ -3934,7 +3959,6 @@ eC:
3934
3959
  edn:
3935
3960
  type: data
3936
3961
  ace_mode: clojure
3937
- color: "#db5855"
3938
3962
  extensions:
3939
3963
  - .edn
3940
3964
  tm_scope: source.clojure
@@ -3979,6 +4003,7 @@ reStructuredText:
3979
4003
  - .rest.txt
3980
4004
  - .rst.txt
3981
4005
  ace_mode: text
4006
+ color: "#B3BCBC"
3982
4007
 
3983
4008
  wisp:
3984
4009
  type: programming
@@ -1,3 +1,3 @@
1
1
  module Languages
2
- VERSION = "1.3.4"
2
+ VERSION = "1.3.5"
3
3
  end
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.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-18 00:00:00.000000000 Z
11
+ date: 2016-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: escape_utils