Skip to content

Commit b72a6b9

Browse files
committed
Merge branch 'develop'
2 parents d7097db + 9afc966 commit b72a6b9

21 files changed

+64
-23
lines changed

icons/icons.json

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,6 @@
435435
{
436436
"name": "C",
437437
"scope": "source.c"
438-
},
439-
{
440-
"name": "Objective-C",
441-
"scope": "source.objc"
442438
}
443439
]
444440
},
@@ -457,10 +453,6 @@
457453
{
458454
"name": "C++",
459455
"scope": "source.c++"
460-
},
461-
{
462-
"name": "Objective C++",
463-
"scope": "source.objc++"
464456
}
465457
]
466458
},
@@ -671,10 +663,6 @@
671663
{
672664
"name": "C++",
673665
"scope": "source.c++"
674-
},
675-
{
676-
"name": "Objective C++",
677-
"scope": "source.objc++"
678666
}
679667
]
680668
},
@@ -2193,6 +2181,24 @@
21932181
],
21942182
"color": "sky"
21952183
},
2184+
"file_type_objc": {
2185+
"color": "purple",
2186+
"syntaxes": [
2187+
{
2188+
"name": "Objective-C",
2189+
"scope": "source.objc"
2190+
}
2191+
]
2192+
},
2193+
"file_type_objc++": {
2194+
"color": "sky",
2195+
"syntaxes": [
2196+
{
2197+
"name": "Objective C++",
2198+
"scope": "source.objc++"
2199+
}
2200+
]
2201+
},
21962202
"file_type_ocaml": {
21972203
"color": "yellow",
21982204
"syntaxes": [
@@ -3300,21 +3306,25 @@
33003306
"color": "purple",
33013307
"syntaxes": [
33023308
{
3303-
"base": "source.json",
33043309
"extensions": [
3305-
"tfstate"
3310+
"hcl"
33063311
],
3307-
"name": "JSON (Terraform)",
3308-
"scope": "source.json.terraform"
3312+
"name": "Plain Text (HCL)",
3313+
"scope": "source.hcl"
33093314
},
33103315
{
33113316
"extensions": [
3312-
"tf",
3313-
"tfvars",
3314-
"hcl"
3317+
"tf"
33153318
],
33163319
"name": "Plain Text (Terraform)",
33173320
"scope": "source.terraform"
3321+
},
3322+
{
3323+
"extensions": [
3324+
"tfvars"
3325+
],
3326+
"name": "Plain Text (Terraform Vars)",
3327+
"scope": "source.terraform-vars"
33183328
}
33193329
]
33203330
},

icons/multi/file_type_objc++.png

434 Bytes
Loading

icons/multi/[email protected]

712 Bytes
Loading

icons/multi/[email protected]

936 Bytes
Loading

icons/multi/file_type_objc.png

312 Bytes
Loading

icons/multi/[email protected]

566 Bytes
Loading

icons/multi/[email protected]

776 Bytes
Loading

icons/single/file_type_objc++.png

326 Bytes
Loading

icons/single/[email protected]

527 Bytes
Loading

icons/single/[email protected]

714 Bytes
Loading

0 commit comments

Comments
 (0)