1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
SpaceVim/docs/layers/lang/extra.md
2021-06-21 20:39:29 +08:00

41 lines
1.4 KiB
Markdown

---
title: "SpaceVim lang#extra layer"
description: "This layer adds extra language support to SpaceVim"
---
# [Available Layers](../../) >> lang#extra
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Included languages](#included-languages)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer adds extra language support for less common languages to SpaceVim.
## Included languages
| language | features |
| ------------------- | ------------------------------------------------------- |
| i3 config | syntax highlighting |
| qml | syntax highlighting |
| toml | syntax highlighting |
| coffee script | syntax highlighting |
| irssi config | syntax highlighting |
| vimperator config | syntax highlighting |
| Pug (formerly Jade) | syntax highlighting, indent |
| mustache | syntax highlighting, matchit, section movement mappings |
## Install
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#extra"
```