Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TsuzuruNew to Visual Studio Code? Get it now.
Tsuzuru

Tsuzuru

Tsuzuru

|
1 install
| (0) | Free
Language support for Tsuzuru scenario files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tsuzuru

Language support for Tsuzuru scenario files in Visual Studio Code.

Features

  • Syntax highlighting for .tzr files
  • Tsuzuru DSL v2 keyword highlighting
  • Basic editor configuration for comments, brackets, and indentation

Usage

Open a .tzr file in Visual Studio Code. The extension automatically activates and applies Tsuzuru syntax highlighting.

Not included yet

  • LSP
  • Diagnostics
  • Completion
  • Hover
  • Go to definition
  • Formatter

Example

title "Sample"

character mio name="美緒"

scene start:
  bg station with fade(duration=300)
  show mio_smile at center with dissolve(duration=250)

  mio:
    こんにちは。

  choice "Start":
    "はじめる" id=start:
      jump main

  end

Local Development

pnpm install
pnpm typecheck
pnpm compile
pnpm package

Open this repository in VS Code and start the Run Extension launch configuration to open an Extension Development Host.

License

MIT

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