{"id":25663647,"url":"https://github.com/bowphp/vscode-extension","last_synced_at":"2025-07-26T20:14:07.689Z","repository":{"id":217589828,"uuid":"625160505","full_name":"bowphp/vscode-extension","owner":"bowphp","description":"Bow Tintin snippets and syntax highlighting support for Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2023-04-21T12:13:54.000Z","size":213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T14:22:06.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bowphp.com","language":"TypeScript","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/bowphp.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}},"created_at":"2023-04-08T08:47:55.000Z","updated_at":"2023-04-08T14:32:03.000Z","dependencies_parsed_at":"2024-01-17T09:15:22.360Z","dependency_job_id":null,"html_url":"https://github.com/bowphp/vscode-extension","commit_stats":null,"previous_names":["bowphp/vscode-extension"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowphp%2Fvscode-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowphp%2Fvscode-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowphp%2Fvscode-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowphp%2Fvscode-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bowphp","download_url":"https://codeload.github.com/bowphp/vscode-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420990,"owners_count":19798505,"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":[],"created_at":"2025-02-24T05:18:02.435Z","updated_at":"2025-02-24T05:18:03.060Z","avatar_url":"https://github.com/bowphp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bow Tintin\n\nBow Tintin snippets and syntax highlighting support for Visual Studio Code.\n\n## User Settings\n\nOpen `Preferences` -\u003e `Settings`\n\n```json\n\"emmet.triggerExpansionOnTab\": true,\n\"tintin.format.enable\": true,\n```\n\nSpecific settings for Tintin language\n\n```json\n\"[tintin]\": {\n    \"editor.autoClosingBrackets\": \"always\"\n},\n```\n\n## Features\n\n- Tintin syntax highlight\n- Tintin snippets\n- Emmet works in the Tintin template\n- Tintin formatting\n\n## Tintin Syntax Highlight\n\n- Auto detected with `.tintin.php` extension\n- Manually switch language mode to `tintin` (`Ctrl + K, M` or `⌘ + K, M`)\n\n## Bow Tintin Snippets\n****\n| Trigger             | Snippet                                   |\n| ------------------- | ----------------------------------------- |\n| t:comment           | {##  ##}                                  |\n| t:echo              | {{ $name }}                               |\n| t:recho             | {{{ $name }}}                             |\n| t:extends           | %extends                                  |\n| t:import            | %import                                   |\n| t:block             | %block ... %endblock                      |\n| t:include           | %include                                  |\n| t:includeIf         | %includeIf                                |\n| t:includeWhen       | %includeWhen                              |\n| t:inject            | %inject                                   |\n| t:if                | %if...%endif                              |\n| t:if-else           | %if...%else...%endif                      |\n| t:if-elif           | %if...%elseif..%else...%endif             |\n| t:unless            | %unless                                   |\n| t:while             | %while...%endwhile                        |\n| t:for               | %for...%endfor                            |\n| t:loop              | %loop...%endloop                          |\n| t:jump              | %jump()                                   |\n| t:stop              | %stop()                                   |\n| t:csrf              | %csrf                                     |\n| t:method            | %method                                   |\n| t:service           | %service                                  |\n| t:class             | %class                                    |\n| t:flash             | %flash()                                  |\n| t:empty             | %empty...%endempty                        |\n| t:notempty          | %notempty...%endnotempty                  |\n| t:verbatim          | %verbatim...%endverbatim                  |\n| t:hasflash          | %hasflash...%endhasflash                  |\n| t:macro             | %macro...%endmacro                        |\n| t:auth              | %auth...%endauth                          |\n| t:guest             | %guest...%endguest                        |\n| t:env               | %env...%endenv                            |\n| t:production        | %production...%endproduction              |\n| t:isset             | %isset...%endisset                        |\n\n[Documentation](https:/github.com/bowphp/tintin)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbowphp%2Fvscode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbowphp%2Fvscode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbowphp%2Fvscode-extension/lists"}