Skip to content

mise.toml language support

Syntax Highlighting for TOML

Even Better TOML is automatically installed as a dependency to handle syntax highlighting for TOML files.

mise-vscode provides syntax highlighting for tera used for templating in mise.toml files

mise-toml-language-support.png

Code completion

This extension will provide two JSON schemas for code completion

Code lens features

This extension adds the following code lens features:

  • Each task has a run and watch code lens that will run the task
  • A add tool code lens that to automatically add a tool to a mise.toml file

Code completion

  • Code completion is provided for depends = ["task_name"]

Code navigation

  • Cmd/Ctrl+Click on an included file will open that file (example: include = ["tasks.toml"])