{"id":15942196,"url":"https://github.com/discretetom/vscode-ift-highlighter","last_synced_at":"2026-01-08T10:04:36.637Z","repository":{"id":114056039,"uuid":"187437748","full_name":"DiscreteTom/vscode-ift-highlighter","owner":"DiscreteTom","description":"VSCode extension for syntax highlighting of interactive fiction text file(IFT).","archived":false,"fork":false,"pushed_at":"2019-08-12T05:11:12.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T06:38:57.733Z","etag":null,"topics":[],"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/DiscreteTom.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":"2019-05-19T05:30:22.000Z","updated_at":"2019-08-12T09:38:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc0a409e-5677-43e7-951b-6319cfcc04f7","html_url":"https://github.com/DiscreteTom/vscode-ift-highlighter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscreteTom%2Fvscode-ift-highlighter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscreteTom%2Fvscode-ift-highlighter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscreteTom%2Fvscode-ift-highlighter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscreteTom%2Fvscode-ift-highlighter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiscreteTom","download_url":"https://codeload.github.com/DiscreteTom/vscode-ift-highlighter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246274568,"owners_count":20751103,"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":"2024-10-07T07:40:36.456Z","updated_at":"2026-01-08T10:04:36.608Z","avatar_url":"https://github.com/DiscreteTom.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ift-highlighter\n\nHighlighter for IFT file(interactive fiction text).\n\n## Usage\n\nIFT is a kind of file based on XML, its a part of [if-maker](https://github.com/DiscreteTom/if-maker).\n\nThis extension provide code snippets and syntax highlighting for IFT file.\n\n## IFT file format\n\nThough IFT is based on XML, you don't have to write `\u003c?xml version=\"1.0\"?\u003e` and root element, if-maker will add it for you.\n\n```xml\n#include file1.ift file2.ift\n\n\u003cstory id=\"story-id\"\u003e\n\tstory text here\n\t\u003cif condition=\"python code here\"\u003e\n\t\tconditional story text here\n\t\u003c/if\u003e\n\t\u003cwhile condition=\"python code here\"\u003e\n\t\trepeat story text here\n\t\u003c/while\u003e\n\t{{ value reference here }}\n\t\u003ccode\u003epython code here\u003c/code\u003e\n\t\u003cinput\u003evariable-name\u003c/input\u003e\n\u003c/story\u003e\n```\n\n`#include` field can include other IFT files in current file. IFT file name can not contain spaces.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscretetom%2Fvscode-ift-highlighter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscretetom%2Fvscode-ift-highlighter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscretetom%2Fvscode-ift-highlighter/lists"}