Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ift-highlighterNew to Visual Studio Code? Get it now.
ift-highlighter

ift-highlighter

DiscreteTom

|
156 installs
| (0) | Free
highlighter for interactive fiction text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ift-highlighter

Highlighter for IFT file(interactive fiction text).

Usage

IFT is a kind of file based on XML, its a part of if-maker.

This extension provide code snippets and syntax highlighting for IFT file.

IFT file format

Though IFT is based on XML, you don't have to write <?xml version="1.0"?> and root element, if-maker will add it for you.

#include file1.ift file2.ift

<story id="story-id">
	story text here
	<if condition="python code here">
		conditional story text here
	</if>
	<while condition="python code here">
		repeat story text here
	</while>
	{{ value reference here }}
	<code>python code here</code>
	<input>variable-name</input>
</story>

#include field can include other IFT files in current file. IFT file name can not contain spaces.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft