{"id":18920967,"url":"https://github.com/gnat/sublime-python-html-sql","last_synced_at":"2026-01-27T17:03:01.073Z","repository":{"id":53874358,"uuid":"521673115","full_name":"gnat/sublime-python-html-sql","owner":"gnat","description":"HTML + SQL highlighter extension for strings in Python for Sublime Text!","archived":false,"fork":false,"pushed_at":"2023-08-15T11:44:59.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-24T22:33:47.318Z","etag":null,"topics":["highlighter","html","sql","sublime-text"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-05T14:41:40.000Z","updated_at":"2022-11-19T18:09:22.000Z","dependencies_parsed_at":"2024-11-08T10:48:54.376Z","dependency_job_id":"452f87b3-21a2-4fd8-a850-bf4d7c7f216f","html_url":"https://github.com/gnat/sublime-python-html-sql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gnat/sublime-python-html-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnat%2Fsublime-python-html-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnat%2Fsublime-python-html-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnat%2Fsublime-python-html-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnat%2Fsublime-python-html-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnat","download_url":"https://codeload.github.com/gnat/sublime-python-html-sql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnat%2Fsublime-python-html-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["highlighter","html","sql","sublime-text"],"created_at":"2024-11-08T10:44:55.355Z","updated_at":"2026-01-27T17:03:01.056Z","avatar_url":"https://github.com/gnat.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Highlight HTML + SQL in Python for Sublime!\n\n## Screenshot\n\n![image](https://user-images.githubusercontent.com/24665/183111942-9d6e8dc7-6b82-47fb-9492-07d25ffc6523.png)\n\n## 🚨 Install Instructions\n\nDirect: `Preferences` ➡️ `Browse Packages ...` ➡️ `cd User` ➡️ [Download and extract the latest.](https://github.com/gnat/sublime-python-html/archive/refs/heads/main.zip)\n\nPackage Control: `Primary+P` ➡️ `Package Control: Add Repository` ➡️ `https://github.com/gnat/sublime-python-html` ➡️ `Primary+P` ➡️ `Package Install` ➡️ `sublime-python-html`\n\nUse it: `View` ➡️ `Syntax` ➡️ `User` ➡️ `Python (HTML)`\n\n## Suggested Sublime Color Schemes\n\n* [Invader Zim](https://github.com/gnat/sublime-invader-zim) 🛸\n* Mariana (Built-in)\n* Monokai (Built-in)\n\nPairs well with:\n* Darkstar: https://github.com/lllama/dark-star\n* Raw strings for Jinja.\n\n## Alternative for VS Code / Codium\n\n* https://github.com/ptweir/python-string-sql\n\n## Bonus! Dark background color for embedded blocks.\n\nUse it: `Preferences` ➡️ `Customize Color Scheme`\n\n```json\n{\n\t\"rules\":\n\t[\n\t\t{\n\t\t\t\"name\": \"sql highlight\",\n\t\t\t\"scope\": \"source.sql\",\n\t\t\t\"background\": \"hsl(180, 0%, 3%)\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"py highlight\",\n\t\t\t\"scope\": \"string.quoted.double.block.python\",\n\t\t\t\"background\": \"hsl(180, 0%, 3%)\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"py highlight2\",\n\t\t\t\"scope\": \"source.js.embedded.html\",\n\t\t\t\"background\": \"hsl(180, 0%, 3%)\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"py highlight3\",\n\t\t\t\"scope\": \"text.html.basic\",\n\t\t\t\"background\": \"hsl(180, 0%, 3%)\"\n\t\t},\n\t]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnat%2Fsublime-python-html-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnat%2Fsublime-python-html-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnat%2Fsublime-python-html-sql/lists"}