mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 14:00:05 +08:00
Add lang#asepctj layer
* Add lang#asepctj layer * Add lang syntax file * Add cn doc
This commit is contained in:
parent
b537de9425
commit
65a57211ad
15
autoload/SpaceVim/layers/lang/asepctj.vim
Normal file
15
autoload/SpaceVim/layers/lang/asepctj.vim
Normal file
@ -0,0 +1,15 @@
|
||||
"=============================================================================
|
||||
" asepctj.vim --- asepctj language support in SpaceVim
|
||||
" Copyright (c) 2016-2019 Wang Shidong & Contributors
|
||||
" Author: Wang Shidong < wsdjeg@outlook.com >
|
||||
" URL: https://spacevim.org
|
||||
" License: GPLv3
|
||||
"=============================================================================
|
||||
|
||||
|
||||
function! SpaceVim#layers#lang#ring#plugins() abort
|
||||
let plugins = []
|
||||
call add(plugins, ['wsdjeg/vim-asepctj', { 'merged' : 0}])
|
||||
return plugins
|
||||
endfunction
|
||||
|
29
docs/cn/layers/lang/asepctj.md
Normal file
29
docs/cn/layers/lang/asepctj.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "SpaceVim lang#asepctj layer"
|
||||
description: "这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持,包括代码高亮。"
|
||||
lang: zh
|
||||
---
|
||||
|
||||
# [Available Layers](../../) >> lang#asepctj
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [模块简介](#模块简介)
|
||||
- [启用模块](#启用模块)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## 模块简介
|
||||
|
||||
这一模块为 SpaceVim 提供了 AsepctJ 的编辑支持。
|
||||
|
||||
## 启用模块
|
||||
|
||||
可通过在配置文件内加入如下配置来启用该模块:
|
||||
|
||||
```toml
|
||||
[[layers]]
|
||||
name = "lang#asepctj"
|
||||
```
|
||||
|
||||
|
27
docs/layers/lang/asepctj.md
Normal file
27
docs/layers/lang/asepctj.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "SpaceVim lang#asepctj layer"
|
||||
description: "AsepctJ language support, include syntax highlighting."
|
||||
---
|
||||
|
||||
# [Available Layers](../../) >> lang#asepctj
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [Description](#description)
|
||||
- [Install](#install)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## Description
|
||||
|
||||
This layer is for editing AsepctJ file, include syntax highlighting.
|
||||
|
||||
## Install
|
||||
|
||||
To use this configuration layer, update custom configuration file with:
|
||||
|
||||
```toml
|
||||
[[layers]]
|
||||
name = "lang#asepctj"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user