1
0
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:
Wang Shidong 2020-01-30 14:06:04 +08:00 committed by GitHub
parent b537de9425
commit 65a57211ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 71 additions and 0 deletions

View 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

View 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"
```

View 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"
```