{"id":19022920,"url":"https://github.com/chdsbd/vscode-python-inline-sql-syntax","last_synced_at":"2025-08-25T07:15:20.574Z","repository":{"id":227546468,"uuid":"771586448","full_name":"chdsbd/vscode-python-inline-sql-syntax","owner":"chdsbd","description":"Add SQL syntax highlighting for Python strings.","archived":false,"fork":false,"pushed_at":"2024-03-14T01:18:11.000Z","size":308,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-02T01:16:24.683Z","etag":null,"topics":["vscode-extension"],"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/chdsbd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-03-13T15:13:47.000Z","updated_at":"2024-09-01T18:25:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"06fff402-0706-4fe1-a733-d6f49fb15003","html_url":"https://github.com/chdsbd/vscode-python-inline-sql-syntax","commit_stats":null,"previous_names":["chdsbd/vscode-python-inline-sql-syntax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdsbd%2Fvscode-python-inline-sql-syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdsbd%2Fvscode-python-inline-sql-syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdsbd%2Fvscode-python-inline-sql-syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdsbd%2Fvscode-python-inline-sql-syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chdsbd","download_url":"https://codeload.github.com/chdsbd/vscode-python-inline-sql-syntax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240072072,"owners_count":19743527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["vscode-extension"],"created_at":"2024-11-08T20:28:07.629Z","updated_at":"2025-02-21T18:42:05.126Z","avatar_url":"https://github.com/chdsbd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-inline-sql-syntax\n\nAdd SQL syntax highlighting for Python strings.\n\n## Features\n\n### Syntax highlighting for mutli-line strings\n\n![python sample with multi-line SQL](./images/multi-line-string.png)\n\nSupported syntax:\n\n```py\ndouble_quotes_multi_line = \"\"\"\nselect *\nfrom users\nwhere id = 82394;\n\"\"\"\nsingle_quotes_multi_line = '''\nselect *\nfrom users\nwhere id = 82394;\n'''\n```\n\nNot supported:\n\n```py\nsingle_line_strings = 'select * from users where id = 82394;'\nf_strings_ = f'select * from users where id = 82394;'\nf_strings_multi_line = f'''\nselect *\nfrom users\nwhere id = 82394;\n'''\n```\n\n## Development\n\n### VSCode instructions\n\n#### Get up and running straight away\n\n- Press `F5` to open a new window with your extension loaded.\n\n#### Make changes\n\n- You can relaunch the extension from the debug toolbar after changing code in `src/extension.ts`.\n- You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load your changes.\n\n### Publish\n\n```bash\nvsce package\nvsce login chdsbd\nvsce publish \u003cversion\u003e\n```\n\n[marketplace]: https://marketplace.visualstudio.com/items?itemName=chdsbd.python-inline-sql-syntax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchdsbd%2Fvscode-python-inline-sql-syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchdsbd%2Fvscode-python-inline-sql-syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchdsbd%2Fvscode-python-inline-sql-syntax/lists"}