Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add templ #8955

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 71 additions & 21 deletions repository/t.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,15 @@
"name": "TabNav",
"details": "https://github.com/mitchvm/tabnav",
"author": "Mitch Valdmanis-Miller",
"labels": ["text navigation", "text selection", "text", "markdown", "org mode", "textile", "csv"],
"labels": [
"text navigation",
"text selection",
"text",
"markdown",
"org mode",
"textile",
"csv"
],
"releases": [
{
"sublime_text": ">=3000",
Expand All @@ -84,7 +92,8 @@
"previous_names": ["TabNine"],
"details": "https://github.com/codota/tabnine-sublime",
"author": "Tabnine",
"labels": ["autocomplete",
"labels": [
"autocomplete",
"javascript",
"typescript",
"php",
Expand Down Expand Up @@ -116,7 +125,8 @@
"ai",
"method completion",
"intellicode",
"intellisense"],
"intellisense"
],
"releases": [
{
"sublime_text": "*",
Expand Down Expand Up @@ -247,7 +257,14 @@
"details": "https://github.com/tact-lang/tact-sublime",
"description": "All-in-one package for Tact programming language",
"author": "Novus Nota",
"labels": ["tact", "auto-complete", "build system", "code navigation", "language syntax", "snippets"],
"labels": [
"tact",
"auto-complete",
"build system",
"code navigation",
"language syntax",
"snippets"
],
"releases": [
{
"sublime_text": ">=3210",
Expand Down Expand Up @@ -382,7 +399,15 @@
{
"name": "Target",
"details": "https://github.com/Zander-Labuschagne/target",
"labels": ["Thrustmaster", "T.A.R.G.E.T.", "TARGET", "Thrustmaster Advanced pRogramming Graphical EdiTor","HOTAS", "autocompletion", "auto-complete"],
"labels": [
"Thrustmaster",
"T.A.R.G.E.T.",
"TARGET",
"Thrustmaster Advanced pRogramming Graphical EdiTor",
"HOTAS",
"autocompletion",
"auto-complete"
],
"releases": [
{
"sublime_text": ">=3211",
Expand Down Expand Up @@ -540,6 +565,18 @@
}
]
},
{
"name": "Templ (go)",
"details": "https://github.com/papierkorp/sublime-templ",
"labels": ["templ", "golang", "go"],
"description": "Syntax highlight for the go templ Plugin",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "templatejs",
"details": "https://github.com/yanhaijing/template-sublime",
Expand Down Expand Up @@ -631,7 +668,7 @@
{
"name": "Terminal In Packages",
"details": "https://github.com/mxdevmanuel/sublime-terminal-in-packages",
"releases":[
"releases": [
{
"sublime_text": "*",
"tags": true
Expand Down Expand Up @@ -702,7 +739,7 @@
"homepage": "http://malinowski.be/termX",
"details": "https://github.com/afterdesign/termX",
"labels": ["terminal"],
"releases" : [
"releases": [
{
"sublime_text": "*",
"platforms": ["osx", "osx-x64"],
Expand Down Expand Up @@ -2253,7 +2290,7 @@
{
"name": "Themosis Framework Snippets",
"details": "https://github.com/wmarquardt/themosis-framework-snippets",
"author" : "William Marquardt",
"author": "William Marquardt",
"labels": ["snippets"],
"releases": [
{
Expand Down Expand Up @@ -2406,11 +2443,7 @@
{
"name": "Timestamp converter",
"details": "https://github.com/Zlitus/sublime-text-timestamp",
"labels": [
"utilities",
"productivity",
"text manipulation"
],
"labels": ["utilities", "productivity", "text manipulation"],
"releases": [
{
"sublime_text": "*",
Expand Down Expand Up @@ -2455,7 +2488,14 @@
"name": "TinyCodeCounter",
"details": "https://github.com/gkpotter/Sublime-TinyCodeCounter",
"author": "Greyson Potter",
"labels": ["tinycode", "twitter", "p5", "p5js", "processing", "character counter"],
"labels": [
"tinycode",
"twitter",
"p5",
"p5js",
"processing",
"character counter"
],
"releases": [
{
"sublime_text": "*",
Expand Down Expand Up @@ -2985,10 +3025,12 @@
"name": "ToolRunner",
"details": "https://github.com/KuttKatrea/sublime-toolrunner",
"author": "Kutt Katrea",
"releases": [{
"sublime_text": ">=3000",
"tags": true
}]
"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{
"name": "ToolTip-Helper",
Expand Down Expand Up @@ -3619,7 +3661,7 @@
"name": "TwilightBright",
"details": "https://github.com/sepisoad/sublime-twilight-bright-color",
"author": "Sepehr Aryani",
"labels": [ "color scheme", "light", "twilight"],
"labels": ["color scheme", "light", "twilight"],
"releases": [
{
"sublime_text": "*",
Expand Down Expand Up @@ -3660,7 +3702,7 @@
}
]
},
{
{
"name": "TwoColumns",
"details": "https://github.com/pykong/TwoColumns",
"labels": ["layout"],
Expand Down Expand Up @@ -3709,7 +3751,15 @@
"details": "https://github.com/Microsoft/TypeScript-Sublime-Plugin",
"homepage": "http://typescriptlang.org",
"donate": null,
"labels": ["auto-complete", "code navigation", "formatting", "language syntax", "snippets", "typescript", "javascript"],
"labels": [
"auto-complete",
"code navigation",
"formatting",
"language syntax",
"snippets",
"typescript",
"javascript"
],
"releases": [
{
"sublime_text": "<4000",
Expand Down
Loading