languages 1.3.7 → 1.3.8

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: fc7315344cb83fb18b36aa046f81fb0b2ee059e4
4
- data.tar.gz: 3f9d95073d13b1f14354f5c2c19788e81d5febe4
3
+ metadata.gz: 9bcf1b3c7f84be0554d300d23d938a80a5a1c083
4
+ data.tar.gz: 5635351488a5073567a929eba3c1008dd88b127f
5
5
  SHA512:
6
- metadata.gz: 73723752163f7eaccb27751952a5314bccd99c24b50d329062660987535303a5e614ef93ca688385214e628571320d9a82e60d1ea704badd78a50b724bae6b7b
7
- data.tar.gz: d338e9b8008096bf4b11c68b85e11866bd5590594e7c9fec773a182799c5e4e423cf1c74d136fadca4cdf44313127bc8a8d12acf22ead7892a51211a850266a6
6
+ metadata.gz: 480a489284a816aafacda1fea4c20426238bc66b871b2701a7738b7298387badc1f4c5aa468d0db6447d5cfed8562530ca72ffca17dae5d74ba6ba1fd547d8d1
7
+ data.tar.gz: b5287310141ca9b74d8ac0bb4097745f5b24125493cb10dd61fcdbaed37991ed90cd67447dae3e092a265734942937bf81d506b652000832ef50ca5c964972c3
data/lib/languages.yml CHANGED
@@ -230,7 +230,7 @@ Assembly:
230
230
  - .a51
231
231
  - .inc
232
232
  - .nasm
233
- tm_scope: source.asm.x86
233
+ tm_scope: source.assembly
234
234
  ace_mode: assembly_x86
235
235
 
236
236
  Augeas:
@@ -260,7 +260,7 @@ AutoIt:
260
260
  - AutoItScript
261
261
  extensions:
262
262
  - .au3
263
- tm_scope: source.autoit.3
263
+ tm_scope: none
264
264
  ace_mode: autohotkey
265
265
 
266
266
  Awk:
@@ -350,6 +350,7 @@ Boo:
350
350
  extensions:
351
351
  - .boo
352
352
  ace_mode: text
353
+ tm_scope: source.boo
353
354
 
354
355
  Brainfuck:
355
356
  type: programming
@@ -445,7 +446,7 @@ CLIPS:
445
446
  type: programming
446
447
  extensions:
447
448
  - .clp
448
- tm_scope: source.clips
449
+ tm_scope: none
449
450
  ace_mode: text
450
451
 
451
452
  CMake:
@@ -690,7 +691,7 @@ Creole:
690
691
  wrap: true
691
692
  extensions:
692
693
  - .creole
693
- tm_scope: text.html.creole
694
+ tm_scope: none
694
695
  ace_mode: text
695
696
 
696
697
  Crystal:
@@ -1106,7 +1107,7 @@ GAS:
1106
1107
  extensions:
1107
1108
  - .s
1108
1109
  - .ms
1109
- tm_scope: source.asm.x86
1110
+ tm_scope: none
1110
1111
  ace_mode: assembly_x86
1111
1112
 
1112
1113
  GDScript:
@@ -1531,6 +1532,7 @@ Idris:
1531
1532
  - .idr
1532
1533
  - .lidr
1533
1534
  ace_mode: text
1535
+ tm_scope: none
1534
1536
 
1535
1537
  Inform 7:
1536
1538
  type: programming
@@ -1548,7 +1550,7 @@ Inno Setup:
1548
1550
  type: programming
1549
1551
  extensions:
1550
1552
  - .iss
1551
- tm_scope: source.inno
1553
+ tm_scope: none
1552
1554
  ace_mode: text
1553
1555
 
1554
1556
  Io:
@@ -1961,6 +1963,7 @@ Logos:
1961
1963
  - .x
1962
1964
  - .xi
1963
1965
  ace_mode: text
1966
+ tm_scope: source.logos
1964
1967
 
1965
1968
  Logtalk:
1966
1969
  type: programming
@@ -2234,6 +2237,7 @@ Monkey:
2234
2237
  extensions:
2235
2238
  - .monkey
2236
2239
  ace_mode: text
2240
+ tm_scope: source.monkey
2237
2241
 
2238
2242
  Moocode:
2239
2243
  type: programming
@@ -2369,7 +2373,7 @@ Nix:
2369
2373
  - .nix
2370
2374
  aliases:
2371
2375
  - nixos
2372
- tm_scope: source.nix
2376
+ tm_scope: none
2373
2377
  ace_mode: nix
2374
2378
 
2375
2379
  Nu:
@@ -2506,7 +2510,7 @@ OpenSCAD:
2506
2510
  type: programming
2507
2511
  extensions:
2508
2512
  - .scad
2509
- tm_scope: source.scad
2513
+ tm_scope: none
2510
2514
  ace_mode: scad
2511
2515
 
2512
2516
  Org:
@@ -2547,8 +2551,9 @@ PAWN:
2547
2551
  color: "#dbb284"
2548
2552
  extensions:
2549
2553
  - .pwn
2550
- tm_scope: source.c++
2551
- ace_mode: c_cpp
2554
+ - .inc
2555
+ tm_scope: source.pawn
2556
+ ace_mode: text
2552
2557
 
2553
2558
  PHP:
2554
2559
  type: programming
@@ -2577,7 +2582,7 @@ PHP:
2577
2582
  PLSQL:
2578
2583
  type: programming
2579
2584
  ace_mode: sql
2580
- tm_scope: source.plsql.oracle
2585
+ tm_scope: none
2581
2586
  color: "#dad8d8"
2582
2587
  extensions:
2583
2588
  - .pls
@@ -2619,7 +2624,7 @@ Papyrus:
2619
2624
  color: "#6600cc"
2620
2625
  extensions:
2621
2626
  - .psc
2622
- tm_scope: source.papyrus
2627
+ tm_scope: source.papyrus.skyrim
2623
2628
  ace_mode: text
2624
2629
 
2625
2630
  Parrot:
@@ -2841,6 +2846,7 @@ Puppet:
2841
2846
  filenames:
2842
2847
  - Modulefile
2843
2848
  ace_mode: text
2849
+ tm_scope: source.puppet
2844
2850
 
2845
2851
  Pure Data:
2846
2852
  type: programming
@@ -3565,6 +3571,16 @@ Tea:
3565
3571
  tm_scope: source.tea
3566
3572
  ace_mode: text
3567
3573
 
3574
+ Terra:
3575
+ type: programming
3576
+ extensions:
3577
+ - .t
3578
+ color: "#00004c"
3579
+ ace_mode: lua
3580
+ group: Lua
3581
+ interpreters:
3582
+ - lua
3583
+
3568
3584
  Text:
3569
3585
  type: prose
3570
3586
  wrap: true
@@ -3831,6 +3847,7 @@ XML:
3831
3847
  - .ditamap
3832
3848
  - .ditaval
3833
3849
  - .dll.config
3850
+ - .dotsettings
3834
3851
  - .filters
3835
3852
  - .fsproj
3836
3853
  - .fxml
@@ -3878,6 +3895,7 @@ XML:
3878
3895
  - .ux
3879
3896
  - .vbproj
3880
3897
  - .vcxproj
3898
+ - .vssettings
3881
3899
  - .vxml
3882
3900
  - .wsdl
3883
3901
  - .wsf
@@ -3899,6 +3917,8 @@ XML:
3899
3917
  filenames:
3900
3918
  - .classpath
3901
3919
  - .project
3920
+ - App.config
3921
+ - NuGet.config
3902
3922
  - Settings.StyleCop
3903
3923
  - Web.Debug.config
3904
3924
  - Web.Release.config
@@ -3982,6 +4002,8 @@ YAML:
3982
4002
  - .syntax
3983
4003
  - .yaml
3984
4004
  - .yaml-tmlanguage
4005
+ filenames:
4006
+ - .clang-format
3985
4007
  ace_mode: yaml
3986
4008
 
3987
4009
  YANG:
@@ -4063,6 +4085,7 @@ nesC:
4063
4085
  extensions:
4064
4086
  - .nc
4065
4087
  ace_mode: text
4088
+ tm_scope: source.nesc
4066
4089
 
4067
4090
  ooc:
4068
4091
  type: programming
@@ -1,3 +1,3 @@
1
1
  module Languages
2
- VERSION = "1.3.7"
2
+ VERSION = "1.3.8"
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.7
4
+ version: 1.3.8
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-03-17 00:00:00.000000000 Z
11
+ date: 2016-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: escape_utils