{"id":43889987,"url":"https://github.com/hetalang/heta-highlight-vscode","last_synced_at":"2026-02-06T16:34:56.192Z","repository":{"id":79614488,"uuid":"211867075","full_name":"hetalang/heta-highlight-vscode","owner":"hetalang","description":"The package is plugin for Visual Studio Code editor to highlight Heta language code.","archived":false,"fork":false,"pushed_at":"2023-12-15T20:20:41.000Z","size":217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-15T21:47:09.109Z","etag":null,"topics":["heta","highlighting","modeling","qsp","systems-biology","vscode-extension"],"latest_commit_sha":null,"homepage":null,"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/hetalang.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":"2019-09-30T13:31:56.000Z","updated_at":"2023-11-30T15:58:33.000Z","dependencies_parsed_at":"2023-12-15T21:08:18.336Z","dependency_job_id":"4b3b466d-71b1-48fd-95e4-b14326d03ff9","html_url":"https://github.com/hetalang/heta-highlight-vscode","commit_stats":null,"previous_names":["hetalang/heta-highlight-vscode"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/hetalang/heta-highlight-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-highlight-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-highlight-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-highlight-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-highlight-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetalang","download_url":"https://codeload.github.com/hetalang/heta-highlight-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetalang%2Fheta-highlight-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29168591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["heta","highlighting","modeling","qsp","systems-biology","vscode-extension"],"created_at":"2026-02-06T16:34:55.580Z","updated_at":"2026-02-06T16:34:56.184Z","avatar_url":"https://github.com/hetalang.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Heta project](https://img.shields.io/badge/%CD%B1-Heta_project-blue)](https://hetalang.github.io/)\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/insysbio.heta-highlight-vscode)](https://marketplace.visualstudio.com/items?itemName=insysbio.heta-highlight-vscode)\n![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/insysbio.heta-highlight-vscode)\n![GitHub](https://img.shields.io/github/license/hetalang/heta-highlight-vscode)\n\n# heta-highlight-vscode package\n\nThe package is plugin for [Visual Studio Code](https://code.visualstudio.com/) editor to highlight the Heta language code.\n\nThis is part of [Heta project](https://hetalang.github.io/).\n\n## Installation from VS Marketplace\n\n1) From VSCode menu: **Extensions (Ctrl+ Shift +X) -\u003e Search -\u003e \"heta\"**\n2) It is recommended to use \"Dark+\" or \"Light+\" theme. See File -\u003e Preferences -\u003e Color Theme\n\n## Development mode\n\nPress F5\n\n## Publishing in VS Marketplace\n\n```bash\n# npm i\n# npx vsce login\nnpx vsce publish # or npm run publish\n```\n\n## Converting to .sublime-syntax\n\n### Way 1 - Sublime only\n\n1. Install Sublime text: https://www.sublimetext.com/3\n2. Open Sublime text with file `./syntaxes/heta.json`\n3. Install Package Control: https://packagecontrol.io/installation\n4. Tools =\u003e Command Palette... (ctrl+shift+p in Windows), type `install package`\n5. Select and install `PackageDev`\n6. Tools =\u003e Command Palette... (ctrl+shift+p in Windows), type `PackageDev: Convert (YAML...`, Convert to property list\n7. Rename `heta.plist` to `heta.tmLanguage`\n8. Tools =\u003e Developer =\u003e New Syntax from heta.tmLanguage\n9. Save file `heta.sublime-syntax` to C:\\Users\\\u003cuser\u003e\\AppData\\Roaming\\Sublime Text 3\\Packages\\User\n\n### Way 2 - VSCode\n\n1. in VSCode install Package `TextMate Languages`\n2. View =\u003e Command Palette (ctrl+shift+p in Windows) type: `Convert to tmLanguage PLIST...`\n3. Save to `heta.tmLanguage` and use Sublime for other actions (#8)\n\n## Screenshot\n![Screenshot of the package](./img/screen0.png)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetalang%2Fheta-highlight-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetalang%2Fheta-highlight-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetalang%2Fheta-highlight-vscode/lists"}