--- title: "SpaceVim lang#matlab layer" description: "This layer adds matlab language support to SpaceVim, including syntax highlighting." --- # [Available Layers](../../) >> lang#matlab - [Description](#description) - [Features](#features) - [Install](#install) - [Running current file](#running-current-file) ## Description This layer adds matlab language support to SpaceVim. ## Features - syntax highlighting ## Install To use this configuration layer, update custom configuration file with: ```toml [[layers]] name = "lang#matlab" ``` ## Running current file To running current file, you can press `SPC l r` to run current file without loss focus, and the result will be shown in a runner buffer.