languages 1.4.5 → 1.4.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: c77adfdd1d848fe912d6f60c41ed949da5afdfe2
4
- data.tar.gz: 470b240a4b91709346fc42bc2fc4ccf2152d6472
3
+ metadata.gz: 886dbc50c2767414b4f9871dd8b44fd7c33676ea
4
+ data.tar.gz: 93a90ad4779d48a7f2a475f5dc53985f0c0db600
5
5
  SHA512:
6
- metadata.gz: dce175132ca7a17db649ee4bac9ba98fbc87e1800f4e68a66f6616f2b67812d83d8f8368c2779294c1638a42411f2280de9f531b265f12aca6537e5982d98368
7
- data.tar.gz: deb0a421655fddc671e7401ef6395319ab4fbe4ecd76f2fdb1f66fc528717f76de4e70ca17de28dd09dcf9ed4c987e2e6341f611273d59fa89dc244c51376c29
6
+ metadata.gz: 0fe1edce604279d7d5f96b7d2484d759ae93848bc0c7dc4d9ef4f0a4e3ab570d0699646f6449cc30efac79418affd7213f44e1ffed83f78dc61685674cf907e8
7
+ data.tar.gz: 4d64f6c846f7ac8fc1dcb8de80ec84ae7215974093dfc93e386f757ba42f6ba85b9d8dd5cf6cd0f23d1fad28934c0d6d7e90026aefe11a4883302b394dd113fc
data/lib/languages.yml CHANGED
@@ -12,7 +12,7 @@
12
12
  # listed alphabetically)
13
13
  # interpreters - An Array of associated interpreters
14
14
  # searchable - Boolean flag to enable searching (defaults to true)
15
- # search_term - Deprecated: Some languages maybe indexed under a
15
+ # search_term - Deprecated: Some languages may be indexed under a
16
16
  # different alias. Avoid defining new exceptions.
17
17
  # color - CSS hex color to represent the language.
18
18
  # tm_scope - The TextMate scope that represents this programming
@@ -23,9 +23,18 @@
23
23
  # in the statistics as the parent language.
24
24
  #
25
25
  # Any additions or modifications (even trivial) should have corresponding
26
- # test change in `test/test_blob.rb`.
26
+ # test changes in `test/test_blob.rb`.
27
27
  #
28
- # Please keep this list alphabetized. Capitalization comes before lower case.
28
+ # Please keep this list alphabetized. Capitalization comes before lowercase.
29
+
30
+ 1C Enterprise:
31
+ type: programming
32
+ color: "#814CCC"
33
+ extensions:
34
+ - .bsl
35
+ - .os
36
+ tm_scope: source.bsl
37
+ ace_mode: text
29
38
 
30
39
  ABAP:
31
40
  type: programming
@@ -82,6 +91,15 @@ APL:
82
91
  tm_scope: source.apl
83
92
  ace_mode: text
84
93
 
94
+ ASN.1:
95
+ type: data
96
+ color: "#aeead0"
97
+ extensions:
98
+ - .asn
99
+ - .asn1
100
+ tm_scope: source.asn
101
+ ace_mode: text
102
+
85
103
  ASP:
86
104
  type: programming
87
105
  color: "#6a40fd"
@@ -313,7 +331,7 @@ Batchfile:
313
331
  extensions:
314
332
  - .bat
315
333
  - .cmd
316
- tm_scope: source.dosbatch
334
+ tm_scope: source.batchfile
317
335
  ace_mode: batchfile
318
336
  color: "#C1F12E"
319
337
 
@@ -1009,7 +1027,7 @@ Elm:
1009
1027
 
1010
1028
  Emacs Lisp:
1011
1029
  type: programming
1012
- tm_scope: source.lisp
1030
+ tm_scope: source.emacs.lisp
1013
1031
  color: "#c065db"
1014
1032
  aliases:
1015
1033
  - elisp
@@ -1017,6 +1035,7 @@ Emacs Lisp:
1017
1035
  filenames:
1018
1036
  - .emacs
1019
1037
  - .emacs.desktop
1038
+ - .spacemacs
1020
1039
  extensions:
1021
1040
  - .el
1022
1041
  - .emacs
@@ -1116,6 +1135,13 @@ Fantom:
1116
1135
  tm_scope: none
1117
1136
  ace_mode: text
1118
1137
 
1138
+ Filebench WML:
1139
+ type: programming
1140
+ extensions:
1141
+ - .f
1142
+ tm_scope: none
1143
+ ace_mode: text
1144
+
1119
1145
  Filterscript:
1120
1146
  type: programming
1121
1147
  group: RenderScript
@@ -1411,9 +1437,14 @@ Groff:
1411
1437
  - .n
1412
1438
  - .rno
1413
1439
  - .roff
1414
- tm_scope: text.groff
1440
+ - .tmac
1441
+ filenames:
1442
+ - mmn
1443
+ - mmt
1444
+ tm_scope: text.roff
1415
1445
  aliases:
1416
1446
  - nroff
1447
+ - troff
1417
1448
  ace_mode: text
1418
1449
 
1419
1450
  Groovy:
@@ -2926,6 +2957,7 @@ Pony:
2926
2957
 
2927
2958
  PostScript:
2928
2959
  type: markup
2960
+ color: "#da291c"
2929
2961
  extensions:
2930
2962
  - .ps
2931
2963
  - .eps
@@ -2934,6 +2966,17 @@ PostScript:
2934
2966
  - postscr
2935
2967
  ace_mode: text
2936
2968
 
2969
+ PowerBuilder:
2970
+ type: programming
2971
+ color: "#8f0f8d"
2972
+ extensions:
2973
+ - .pbt
2974
+ - .sra
2975
+ - .sru
2976
+ - .srw
2977
+ tm_scope: none
2978
+ ace_mode: text
2979
+
2937
2980
  PowerShell:
2938
2981
  type: programming
2939
2982
  ace_mode: powershell
@@ -3042,6 +3085,7 @@ Python:
3042
3085
  - .pyt
3043
3086
  - .pyw
3044
3087
  - .rpy
3088
+ - .spec
3045
3089
  - .tac
3046
3090
  - .wsgi
3047
3091
  - .xpy
@@ -3131,6 +3175,17 @@ REALbasic:
3131
3175
  tm_scope: source.vbnet
3132
3176
  ace_mode: text
3133
3177
 
3178
+ REXX:
3179
+ type: programming
3180
+ aliases:
3181
+ - arexx
3182
+ extensions:
3183
+ - .rexx
3184
+ - .pprx
3185
+ - .rex
3186
+ tm_scope: source.rexx
3187
+ ace_mode: text
3188
+
3134
3189
  RHTML:
3135
3190
  type: markup
3136
3191
  group: HTML
@@ -3149,6 +3204,24 @@ RMarkdown:
3149
3204
  - .rmd
3150
3205
  tm_scope: source.gfm
3151
3206
 
3207
+ RPM Spec:
3208
+ type: data
3209
+ tm_scope: source.rpm-spec
3210
+ extensions:
3211
+ - .spec
3212
+ aliases:
3213
+ - specfile
3214
+ ace_mode: text
3215
+
3216
+ RUNOFF:
3217
+ type: markup
3218
+ color: "#665a4e"
3219
+ extensions:
3220
+ - .rnh
3221
+ - .rno
3222
+ tm_scope: text.runoff
3223
+ ace_mode: text
3224
+
3152
3225
  Racket:
3153
3226
  type: programming
3154
3227
  color: "#22228f"
@@ -3197,7 +3270,7 @@ Rebol:
3197
3270
 
3198
3271
  Red:
3199
3272
  type: programming
3200
- color: "#ee0000"
3273
+ color: "#f50000"
3201
3274
  extensions:
3202
3275
  - .red
3203
3276
  - .reds
@@ -3275,6 +3348,7 @@ Ruby:
3275
3348
  - .rbx
3276
3349
  - .ru
3277
3350
  - .ruby
3351
+ - .spec
3278
3352
  - .thor
3279
3353
  - .watchr
3280
3354
  interpreters:
@@ -3442,7 +3516,7 @@ Sass:
3442
3516
  Scala:
3443
3517
  type: programming
3444
3518
  ace_mode: scala
3445
- color: "#DC322F"
3519
+ color: "#c22d40"
3446
3520
  extensions:
3447
3521
  - .scala
3448
3522
  - .sbt
@@ -4084,6 +4158,7 @@ XML:
4084
4158
  - .rdf
4085
4159
  - .resx
4086
4160
  - .rss
4161
+ - .sch
4087
4162
  - .scxml
4088
4163
  - .sfproj
4089
4164
  - .srdf
@@ -1,3 +1,3 @@
1
1
  module Languages
2
- VERSION = "1.4.5"
2
+ VERSION = "1.4.6"
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.4.5
4
+ version: 1.4.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: 2016-07-16 00:00:00.000000000 Z
11
+ date: 2016-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: escape_utils