Skip to content

Commit 1f27772

Browse files
authored
Merge pull request #248 from jaebradley/update-languages-1612485248643
Update Languages File
2 parents cdcae5e + 763f8f0 commit 1f27772

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/languages.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,25 @@
866866
"wrap": "false",
867867
"searchable": "true"
868868
},
869+
{
870+
"type": "programming",
871+
"color": "#c80fa0",
872+
"extensions": [
873+
".bpl"
874+
],
875+
"interpreters": [
876+
"boogie"
877+
],
878+
"tmScope": "source.boogie",
879+
"aceMode": "text",
880+
"languageId": 955017407,
881+
"name": "Boogie",
882+
"aliases": [
883+
"boogie"
884+
],
885+
"wrap": "false",
886+
"searchable": "true"
887+
},
869888
{
870889
"type": "programming",
871890
"color": "#2F2530",
@@ -950,6 +969,8 @@
950969
"color": "#178600",
951970
"aliases": [
952971
"csharp",
972+
"cake",
973+
"cakescript",
953974
"c#"
954975
],
955976
"extensions": [
@@ -4158,6 +4179,7 @@
41584179
".tern-config",
41594180
".tern-project",
41604181
".watchmanconfig",
4182+
"Pipfile.lock",
41614183
"composer.lock",
41624184
"mcmod.info"
41634185
],
@@ -6553,6 +6575,7 @@
65536575
},
65546576
{
65556577
"type": "prose",
6578+
"color": "#77aa99",
65566579
"wrap": true,
65576580
"extensions": [
65586581
".org"
@@ -9264,6 +9287,7 @@
92649287
"filenames": [
92659288
"Cargo.lock",
92669289
"Gopkg.lock",
9290+
"Pipfile",
92679291
"poetry.lock"
92689292
],
92699293
"tmScope": "source.toml",

0 commit comments

Comments
 (0)