mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 23:10:04 +08:00
29 lines
500 B
Markdown
29 lines
500 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#jsonnet layer"
|
||
|
description: "jsonnet language support, include syntax highlighting."
|
||
|
---
|
||
|
|
||
|
# [Available Layers](../../) >> lang#jsonnet
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Install](#install)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This layer is for editing jsonnet file, including syntax highlighting.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this configuration layer, update your custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#jsonnet"
|
||
|
```
|
||
|
|
||
|
|