Skip to content

Commit

Permalink
Merge branch 'master' into four-point-oh
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Dec 3, 2023
2 parents bd18e73 + 3408ac5 commit d5f6af6
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 1 deletion.
12 changes: 12 additions & 0 deletions repository/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2042,6 +2042,18 @@
}
]
},
{
"name": "Auto Dark mode for Linux",
"details": "https://github.com/smac89/autodark-sublime-plugin",
"labels": ["color scheme", "theme", "xdg-desktop-portal"],
"releases": [
{
"sublime_text": ">=4050",
"tags": true,
"platforms": ["linux"]
}
]
},
{
"name": "Auto Fold",
"details": "https://github.com/fermads/sublime-autofold",
Expand Down
11 changes: 11 additions & 0 deletions repository/b.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
}
]
},
{
"name": "B2Jam",
"details": "https://github.com/mccann/Sublime-B2-Jam-Syntax",
"labels": ["language syntax", "snippets"],
"releases": [
{
"sublime_text": ">4152",
"tags": true
}
]
},
{
"name": "Baan",
"details": "https://github.com/masal/SublimeBaan",
Expand Down
11 changes: 11 additions & 0 deletions repository/f.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,17 @@
}
]
},
{
"name": "Flexoki Color Scheme",
"details": "https://github.com/kepano/flexoki-sublime",
"labels": ["color scheme"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "Flight JS Snippets",
"details": "https://github.com/cameronhunter/flight-js-snippets",
Expand Down
2 changes: 1 addition & 1 deletion repository/m.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"labels": ["language syntax", "python"],
"releases": [
{
"sublime_text": "*",
"sublime_text": "<4000",
"tags": true
}
]
Expand Down
12 changes: 12 additions & 0 deletions repository/p.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,18 @@
}
]
},
{
"name": "Polar",
"author": "Eric Daniels",
"details": "https://github.com/edaniels/sublime-polar",
"labels": [ "polar", "oso", "language syntax" ],
"releases": [
{
"sublime_text": ">=4000",
"tags": true
}
]
},
{
"name": "Polygen",
"author": "Tristano Ajmone",
Expand Down
12 changes: 12 additions & 0 deletions repository/q.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,18 @@
}
]
},
{
"name": "Quote With Marker",
"author": "Denny Korsukéwitz",
"details": "https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker",
"labels": ["quote", "workflow", "codemarker", "marker", "markers", "comment", "commentline", "patch", "patcher", "diff", "compare", "helper"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "QuoteHTML",
"details": "https://github.com/mutian/Sublime-Quote-HTML",
Expand Down
11 changes: 11 additions & 0 deletions repository/u.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@
}
]
},
{
"name": "UL4",
"details": "https://github.com/LivingLogic/LivingLogic.SublimeText.UL4",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": ">=4107",
"tags": true
}
]
},
{
"name": "Ultimate Dark",
"details": "https://github.com/rubjo/ultimate-dark",
Expand Down
10 changes: 10 additions & 0 deletions repository/w.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,16 @@
}
]
},
{
"name": "Word Count",
"details": "https://github.com/shadax1/word_count",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "WordCompletion",
"details": "https://github.com/schmave/Sublime-Word-Completion",
Expand Down

0 comments on commit d5f6af6

Please sign in to comment.