1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/docs/layers/lang/extra.md
Wang Shidong 67aeb4dac2
Add lang#latex layer (#2133)
* Add lang#latex layer
* Add lang#extra layer
2018-09-06 21:16:33 +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 many 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 custom configuration file with:
```toml
[[layers]]
name = "lang#extra"
```