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

ifd-highlighter

DiscreteTom

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

ifd-highlighter

Highlighter for ifd file(interactive fiction data)

Usage

Ifd is a kind of file based on YAML, its a part of if-maker.

This extension provide syntax highlighting and code snippets for ifd files.

Ifd schema

include:
  - other ifd file name
item-id:
  name: string
  description: string
  classes:
    - class name
  onMount: |
    python code here
    ^
  onUnmount: |
    python code here
    ^
  data:
    any data here
  actions:
    - name: string
      code: |
        python code here
        ^
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft