{"id":35238479,"url":"https://github.com/hyrious/typst-syntax-highlight","last_synced_at":"2026-05-08T00:09:12.228Z","repository":{"id":154029912,"uuid":"630836670","full_name":"hyrious/typst-syntax-highlight","owner":"hyrious","description":"Typst sublime text syntax highlighting","archived":false,"fork":false,"pushed_at":"2026-01-27T03:43:32.000Z","size":126,"stargazers_count":20,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-04T12:57:45.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://typst.app","language":"Typst","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/hyrious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-21T09:05:01.000Z","updated_at":"2026-01-27T03:41:38.000Z","dependencies_parsed_at":"2023-09-25T04:24:33.529Z","dependency_job_id":"5a4a2d8e-11db-4a4d-9ec2-c17138e84edf","html_url":"https://github.com/hyrious/typst-syntax-highlight","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/hyrious/typst-syntax-highlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyrious%2Ftypst-syntax-highlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyrious%2Ftypst-syntax-highlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyrious%2Ftypst-syntax-highlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyrious%2Ftypst-syntax-highlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyrious","download_url":"https://codeload.github.com/hyrious/typst-syntax-highlight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyrious%2Ftypst-syntax-highlight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":"2025-12-30T04:14:01.830Z","updated_at":"2026-05-08T00:09:12.222Z","avatar_url":"https://github.com/hyrious.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typst syntax highlight\n\n[![](https://img.shields.io/badge/license-MIT-brightgreen)](./LICENSE.txt)\n[![](https://img.shields.io/badge/Sublime%20Text-4-ff9800)](https://www.sublimetext.com/blog/articles/sublime-text-4)\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://user-images.githubusercontent.com/8097890/241095831-5f66d097-bb86-44e6-9014-7237cb9f59e4.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://user-images.githubusercontent.com/8097890/241097972-48c03f13-3bc8-4095-8533-28de079599fc.png\"\u003e\n    \u003cimg alt=\"screenshot\" src=\"https://user-images.githubusercontent.com/8097890/241095831-5f66d097-bb86-44e6-9014-7237cb9f59e4.png\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n## Install\n\n- Via Package Control: search for `Typst`.\n- Manual: clone this repo into your Sublime `Packages` folder.\n\n## Recipes\n\n### Show auto complete panel without pressing TAB\n\nYou can create a [syntax specific settings](https://www.sublimetext.com/docs/settings.html#syntax-specific-settings)\nwith the config below:\n\n```json\n{\n  \"auto_complete_selector\": \"text.typst\"\n}\n```\n\n### Build with Makefile\n\nYou can create a [build system](https://www.sublimetext.com/docs/build_systems.html)\nwith the config below:\n\n```json\n{\n  \"cmd\": [\"make\"],\n  \"selector\": \"text.typst\",\n  \"file_regex\": \"┌─ (...*?):([0-9]*):?([0-9]*)\",\n  \"env\": { \"NO_COLOR\": \"1\" },\n  \"cancel\": { \"kill\": true }\n}\n```\n\n## Development\n\n### Update available syntaxes for `raw`\n\nRequired: `cargo` (Rust), `just` (optional)\n\nFirst, update version of `typst-syntax` in `gen/Cargo.toml`, then run:\n\n```sh\njust\n```\n\n## License\n\nMIT @ [hyrious](https://github.com/hyrious)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyrious%2Ftypst-syntax-highlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyrious%2Ftypst-syntax-highlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyrious%2Ftypst-syntax-highlight/lists"}