{"id":18589839,"url":"https://github.com/trianglesis/bmc-tpl","last_synced_at":"2026-02-22T14:01:38.099Z","repository":{"id":185401456,"uuid":"454119614","full_name":"trianglesis/bmc-tpl","owner":"trianglesis","description":"BMC TPL (language) support","archived":false,"fork":false,"pushed_at":"2023-04-25T08:57:21.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T00:44:57.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trianglesis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-01-31T18:18:59.000Z","updated_at":"2022-02-01T16:11:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac31d2ee-caa7-4910-a7f9-196b3c83791b","html_url":"https://github.com/trianglesis/bmc-tpl","commit_stats":null,"previous_names":["trianglesis/bmc-tpl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trianglesis/bmc-tpl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fbmc-tpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fbmc-tpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fbmc-tpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fbmc-tpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trianglesis","download_url":"https://codeload.github.com/trianglesis/bmc-tpl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fbmc-tpl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29715010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T13:30:57.152Z","status":"ssl_error","status_checked_at":"2026-02-22T13:30:28.561Z","response_time":110,"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":[],"created_at":"2024-11-07T00:53:24.235Z","updated_at":"2026-02-22T14:01:38.083Z","avatar_url":"https://github.com/trianglesis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMC The Pattern Language TPL support in VS Code\n\n[The Pattern Language TPL](https://docs.bmc.com/docs/dosearchsite.action?queryString=The+Pattern+Language+TPL\u0026type=page\u0026where=)\n\nAdds syntax highlighting and snippets The Pattern Language TPL: [tpl](https://docs.bmc.com/docs/discovery/213/the-pattern-language-tpl-1024739589.html) in VS Code\nIncludes .tpl, .tplpre and .model files support.\n\nOriginally re-made from the [Atom bundle](https://github.com/trianglesis/language-tplpre)\nOld extensions are valid, but not updated often.\n\n##\n- See Docs: [BMC Discovery official documentation page](https://docs.bmc.com/docs/productsupport/bmc-discovery)\n\n- Ask somebody: [BMC Discovery community page](https://community.bmc.com/s/topic/0TO3n000000WJUFGA4/discovery)\n\n- My profile: [Contact developer officially](https://community.bmc.com/s/profile/0051400000BLS8hAAH)\n \n- Contant team: [Contact the team officially](https://community.bmc.com/s/profile/00530000003nmjaAAA)\n\n## Installation:\n\n- Go to your VS Code Extensions and type \"bmc-tpl\" in search!\n\n####  Set syntax: Ctrl+Shift+P -\u003e \"Change language mode\" type 'tplpre'\n\n#### Syntax highlighting:\n\nMost of constructions are also checking on integrity,\nso if some code will be written on wrong place, highlighting can be broken.\n\nExamples (currently based on Atom, and maybe will be refreshed):\n\nPattern from Community Edition:\n- ![blocks](https://trianglesis.github.io/Atom_language_tpl_pics/TPL_Syntax_example_1.png)\n\nDocumentation block and tasks highlighted:\n- ![docs](https://trianglesis.github.io/Atom_language_tpl_pics/TPL_Syntax_example_2.png)\n\nTriggers:\n- ![regexes](https://trianglesis.github.io/Atom_language_tpl_pics/TPL_Syntax_example_3.png)\n\nRegex expressions:\n(uses python regex grammar from \"language-python\")\n- ![more_regexes](https://trianglesis.github.io/Atom_language_tpl_pics/TPL_Syntax_example_4.png)\n\nSyntax broken\n(highlighting will show it)\n- ![syntax_broken](https://trianglesis.github.io/Atom_language_tpl_pics/tpl_syntax_broken.gif)\n\n#### Autocomplete and Doc links:\n\nFor common code blocks and usual constructions autocompletion is available.\nIt also provide links to reffering documentaion for each function or block on official BMC Doc portal.\n\nPattern draft example:\n- ![pattern_blocks](https://trianglesis.github.io/Atom_language_tpl_pics/tpl_autocomplete_pattern.gif)\n\nCode constructions usually used:\n- ![common_code](https://trianglesis.github.io/Atom_language_tpl_pics/tpl_autocomplete_versions.gif)\n\nLink to BMC official docs:\n- ![docs](https://trianglesis.github.io/Atom_language_tpl_pics/tpl_autocomplete_model_docs.gif)\n\nExtra developers helping code:\n- ![dev_examples](https://trianglesis.github.io/Atom_language_tpl_pics/tpl_autocomplete_debug.gif)\n\n####  Automation, syntax check, upload pattern, etc:\nFor IDE related support, such as syntax check and testing, please raise a request or topic on official community: [BMC Discovery community page.](https://community.bmc.com/s/topic/0TO3n000000WJUFGA4/discovery).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrianglesis%2Fbmc-tpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrianglesis%2Fbmc-tpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrianglesis%2Fbmc-tpl/lists"}