languages 1.3.3 → 1.3.4

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: 44c60178238fe861a948fd8e9bc973044895f259
4
- data.tar.gz: 93ff9f1f1210b5033d8f6f0708b621e21c673823
3
+ metadata.gz: 95453acb2554997c957cfe9658c56f2f06870648
4
+ data.tar.gz: d8a441322d9981cb3cfa19c5e822570a8d5e1061
5
5
  SHA512:
6
- metadata.gz: c354c63396b34e32d47a400f7d463cc7656de2e11855ce0bc05fca15e10d6718be888581111b5e030692b188bac02d0d2c08993b8042451ab971b5266e4ab747
7
- data.tar.gz: 1c3647d886875a172fc867e45e1bfaa25795d978f9c8d259cc1695311082d2dfebee994136c5497d5818417cc6d51c30a94f6726c0ef6dee497ccab299933923
6
+ metadata.gz: a9741ae118023e380e736ae76853288df387ea62991a4ba0a2c97f066f74cfe44db1da0a3e7a78c4a87a0b4140644defd80e86131afc8452a5ad24c29e895c35
7
+ data.tar.gz: 69a987c35da7f66585ecb295345cf2dd551aa001ce61a15c1fc2b5dc92c8891a43682363187735e77014425aa10b0f5b744d0d7284fbff1fa2f29868209d7dc3
data/.travis.yml CHANGED
@@ -1,3 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.3
3
+ - 2.2.4
4
+ cache: bundler
5
+ sudo: false
@@ -1,3 +1,3 @@
1
1
  module Languages
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
data/lib/languages.yml CHANGED
@@ -142,7 +142,7 @@ Agda:
142
142
 
143
143
  Alloy:
144
144
  type: programming # 'modeling' would be more appropiate
145
- color: "#cc5c24"
145
+ color: "#64C800"
146
146
  extensions:
147
147
  - .als
148
148
  ace_mode: text
@@ -541,6 +541,14 @@ Clean:
541
541
  tm_scope: none
542
542
  ace_mode: text
543
543
 
544
+ Click:
545
+ type: programming
546
+ color: "#E4E6F3"
547
+ extensions:
548
+ - .click
549
+ tm_scope: source.click
550
+ ace_mode: text
551
+
544
552
  Clojure:
545
553
  type: programming
546
554
  ace_mode: clojure
@@ -887,6 +895,8 @@ Elixir:
887
895
  ace_mode: elixir
888
896
  filenames:
889
897
  - mix.lock
898
+ interpreters:
899
+ - elixir
890
900
 
891
901
  Elm:
892
902
  type: programming
@@ -1500,7 +1510,7 @@ Inform 7:
1500
1510
  extensions:
1501
1511
  - .ni
1502
1512
  - .i7x
1503
- tm_scope: source.Inform7
1513
+ tm_scope: source.inform7
1504
1514
  aliases:
1505
1515
  - i7
1506
1516
  - inform7
@@ -1694,6 +1704,18 @@ Julia:
1694
1704
  color: "#a270ba"
1695
1705
  ace_mode: julia
1696
1706
 
1707
+ Jupyter Notebook:
1708
+ type: markup
1709
+ ace_mode: json
1710
+ tm_scope: source.json
1711
+ color: "#DA5B0B"
1712
+ extensions:
1713
+ - .ipynb
1714
+ filenames:
1715
+ - Notebook
1716
+ aliases:
1717
+ - IPython Notebook
1718
+
1697
1719
  KRL:
1698
1720
  type: programming
1699
1721
  color: "#28431f"
@@ -1956,6 +1978,15 @@ M:
1956
1978
  tm_scope: source.lisp
1957
1979
  ace_mode: lisp
1958
1980
 
1981
+ MAXScript:
1982
+ type: programming
1983
+ color: "#00a6a6"
1984
+ extensions:
1985
+ - .ms
1986
+ - .mcr
1987
+ tm_scope: source.maxscript
1988
+ ace_mode: text
1989
+
1959
1990
  MTML:
1960
1991
  type: markup
1961
1992
  color: "#b7e1f4"
@@ -2030,6 +2061,7 @@ Mathematica:
2030
2061
  - .cdf
2031
2062
  - .m
2032
2063
  - .ma
2064
+ - .mt
2033
2065
  - .nb
2034
2066
  - .nbp
2035
2067
  - .wl
@@ -2041,6 +2073,8 @@ Mathematica:
2041
2073
  Matlab:
2042
2074
  type: programming
2043
2075
  color: "#bb92ac"
2076
+ aliases:
2077
+ - octave
2044
2078
  extensions:
2045
2079
  - .matlab
2046
2080
  - .m
@@ -2074,6 +2108,7 @@ MediaWiki:
2074
2108
  wrap: true
2075
2109
  extensions:
2076
2110
  - .mediawiki
2111
+ - .wiki
2077
2112
  tm_scope: text.html.mediawiki
2078
2113
  ace_mode: text
2079
2114
 
@@ -2950,6 +2985,17 @@ Redcode:
2950
2985
  tm_scope: none
2951
2986
  ace_mode: text
2952
2987
 
2988
+ Ren'Py:
2989
+ type: programming
2990
+ group: Python
2991
+ aliases:
2992
+ - renpy
2993
+ color: "#ff7f7f"
2994
+ extensions:
2995
+ - .rpy
2996
+ tm_scope: source.renpy
2997
+ ace_mode: python
2998
+
2953
2999
  RenderScript:
2954
3000
  type: programming
2955
3001
  extensions:
@@ -3035,6 +3081,7 @@ Rust:
3035
3081
  color: "#dea584"
3036
3082
  extensions:
3037
3083
  - .rs
3084
+ - .rs.in
3038
3085
  ace_mode: rust
3039
3086
 
3040
3087
  SAS:
@@ -3310,6 +3357,14 @@ Squirrel:
3310
3357
  tm_scope: source.c++
3311
3358
  ace_mode: c_cpp
3312
3359
 
3360
+ Stan:
3361
+ type: programming
3362
+ color: "#b2011d"
3363
+ extensions:
3364
+ - .stan
3365
+ ace_mode: text
3366
+ tm_scope: source.stan
3367
+
3313
3368
  Standard ML:
3314
3369
  type: programming
3315
3370
  color: "#dc566d"
@@ -3529,6 +3584,17 @@ UnrealScript:
3529
3584
  tm_scope: source.java
3530
3585
  ace_mode: java
3531
3586
 
3587
+ UrWeb:
3588
+ type: programming
3589
+ aliases:
3590
+ - Ur/Web
3591
+ - Ur
3592
+ extensions:
3593
+ - .ur
3594
+ - .urs
3595
+ tm_scope: source.ur
3596
+ ace_mode: text
3597
+
3532
3598
  VCL:
3533
3599
  group: Perl
3534
3600
  type: programming
@@ -3910,6 +3976,8 @@ reStructuredText:
3910
3976
  extensions:
3911
3977
  - .rst
3912
3978
  - .rest
3979
+ - .rest.txt
3980
+ - .rst.txt
3913
3981
  ace_mode: text
3914
3982
 
3915
3983
  wisp:
data/lib/popular.yml CHANGED
@@ -9,21 +9,21 @@
9
9
  - CSS
10
10
  - Clojure
11
11
  - CoffeeScript
12
- - Common Lisp
13
- - Diff
14
- - Emacs Lisp
15
- - Erlang
12
+ - Go
16
13
  - HTML
17
14
  - Haskell
18
15
  - Java
19
16
  - JavaScript
20
17
  - Lua
18
+ - Matlab
21
19
  - Objective-C
22
20
  - PHP
23
21
  - Perl
24
22
  - Python
23
+ - R
25
24
  - Ruby
26
- - SQL
27
25
  - Scala
28
- - Scheme
29
26
  - Shell
27
+ - Swift
28
+ - TeX
29
+ - VimL
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.3
4
+ version: 1.3.4
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-11-25 00:00:00.000000000 Z
11
+ date: 2016-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: escape_utils
@@ -108,11 +108,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 2.4.8
111
+ rubygems_version: 2.5.1
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: GitHub language details and colors
115
115
  test_files:
116
116
  - spec/languages_spec.rb
117
117
  - spec/spec_helper.rb
118
- has_rdoc: