Skip to content

Commit 0275194

Browse files
committed
Merge branch 'develop'
2 parents bc7cfb6 + 1e5eef9 commit 0275194

32 files changed

+100
-0
lines changed

PACKAGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ This file contains a list of possible packages you may need to install to see th
101101

102102
- [Elm Language Support](https://packagecontrol.io/packages/Elm%20Language%20Support)
103103

104+
## Email
105+
106+
- [EML](https://packagecontrol.io/packages/EML%20(E-Mail))
107+
104108
## EmberScript
105109

106110
- [EmberScript](https://packagecontrol.io/packages/EmberScript)
@@ -124,6 +128,10 @@ This file contains a list of possible packages you may need to install to see th
124128

125129
- [GitSyntaxes](https://packagecontrol.io/packages/GitSyntaxes)
126130

131+
## Gleam
132+
133+
- [Gleam](https://packagecontrol.io/packages/Gleam)
134+
127135
## Gradle
128136

129137
- [Gradle_Language](https://packagecontrol.io/packages/Gradle_Language)
@@ -213,6 +221,10 @@ This file contains a list of possible packages you may need to install to see th
213221
- [NSIS](https://packagecontrol.io/packages/NSIS)
214222
- [BridleNSIS](https://packagecontrol.io/packages/BridleNSIS)
215223

224+
## Odin
225+
226+
- [Odin](https://packagecontrol.io/packages/Odin)
227+
216228
## PackageDev
217229

218230
- [PackageDev](https://packagecontrol.io/packages/PackageDev)

icons/icons.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,21 @@
602602
}
603603
]
604604
},
605+
"file_type_email": {
606+
"color": "graphite",
607+
"syntaxes": [
608+
{
609+
"extensions": [
610+
"eml",
611+
"msg",
612+
"mbx",
613+
"mboxz"
614+
],
615+
"name": "Plain Text (Email)",
616+
"scope": "text.email, text.eml"
617+
}
618+
]
619+
},
605620
"file_type_dart": {
606621
"color": "cyan",
607622
"syntaxes": [
@@ -958,6 +973,18 @@
958973
}
959974
]
960975
},
976+
"file_type_gleam": {
977+
"color": "pink",
978+
"syntaxes": [
979+
{
980+
"extensions": [
981+
"gleam"
982+
],
983+
"name": "Gleam",
984+
"scope": "source.gleam"
985+
}
986+
]
987+
},
961988
"file_type_go": {
962989
"color": "sky",
963990
"syntaxes": [
@@ -1674,6 +1701,18 @@
16741701
}
16751702
]
16761703
},
1704+
"file_type_odin": {
1705+
"color": "blue",
1706+
"syntaxes": [
1707+
{
1708+
"extensions": [
1709+
"odin"
1710+
],
1711+
"name": "Plain Text (Odin)",
1712+
"scope": "source.odin"
1713+
}
1714+
]
1715+
},
16771716
"file_type_onenote": {
16781717
"aliases": [
16791718
{

icons/multi/file_type_email.png

295 Bytes
Loading

icons/multi/file_type_email@2x.png

477 Bytes
Loading

icons/multi/file_type_email@3x.png

732 Bytes
Loading

icons/multi/file_type_gleam.png

427 Bytes
Loading

icons/multi/file_type_gleam@2x.png

770 Bytes
Loading

icons/multi/file_type_gleam@3x.png

1.03 KB
Loading

icons/multi/file_type_odin.png

486 Bytes
Loading

icons/multi/file_type_odin@2x.png

1.02 KB
Loading

icons/multi/file_type_odin@3x.png

1.46 KB
Loading

icons/single/file_type_email.png

248 Bytes
Loading

icons/single/file_type_email@2x.png

396 Bytes
Loading

icons/single/file_type_email@3x.png

588 Bytes
Loading

icons/single/file_type_gleam.png

307 Bytes
Loading

icons/single/file_type_gleam@2x.png

556 Bytes
Loading

icons/single/file_type_gleam@3x.png

811 Bytes
Loading

icons/single/file_type_odin.png

378 Bytes
Loading

icons/single/file_type_odin@2x.png

797 Bytes
Loading

icons/single/file_type_odin@3x.png

1.16 KB
Loading

icons/svg/file_type_email.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/svg/file_type_gleam.svg

Lines changed: 7 additions & 0 deletions
Loading

icons/svg/file_type_odin.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>scope</key>
5+
<string>text.email, text.eml</string>
6+
<key>settings</key>
7+
<dict>
8+
<key>icon</key>
9+
<string>file_type_email</string>
10+
</dict>
11+
</dict>
12+
</plist>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>scope</key>
5+
<string>source.gleam</string>
6+
<key>settings</key>
7+
<dict>
8+
<key>icon</key>
9+
<string>file_type_gleam</string>
10+
</dict>
11+
</dict>
12+
</plist>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>scope</key>
5+
<string>source.odin</string>
6+
<key>settings</key>
7+
<dict>
8+
<key>icon</key>
9+
<string>file_type_odin</string>
10+
</dict>
11+
</dict>
12+
</plist>

tests/file_type_email.eml

Whitespace-only changes.

tests/file_type_email.mboxz

Whitespace-only changes.

tests/file_type_email.mbx

Whitespace-only changes.

tests/file_type_email.msg

Whitespace-only changes.

tests/file_type_gleam.gleam

Whitespace-only changes.

tests/file_type_odin.odin

Whitespace-only changes.

0 commit comments

Comments
 (0)