2019-06-22 20:34:37 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#matlab layer"
|
|
|
|
description: "This layer adds matlab language support to SpaceVim, including syntax highlighting."
|
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#matlab
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
- [Running current file](#running-current-file)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer adds matlab language support to SpaceVim.
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2019-06-22 20:34:37 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#matlab"
|
|
|
|
```
|
|
|
|
|
|
|
|
## Running current file
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To run the current file, you can press `SPC l r` to run the current file without losing focus, and the result will be shown in a runner buffer.
|
2019-06-22 20:34:37 +08:00
|
|
|
|