mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:10:07 +08:00
Add lang#pascal layer
This commit is contained in:
parent
9e3b979242
commit
ef98791301
@ -9,6 +9,10 @@
|
||||
""
|
||||
" @section Layers, layers
|
||||
" SpaceVim support such layers:
|
||||
"
|
||||
" languages:
|
||||
"
|
||||
" https://www.scriptol.com/programming/list-programming-languages.php#query-language
|
||||
|
||||
let s:enabled_layers = []
|
||||
let s:layers_vars = {}
|
||||
|
14
autoload/SpaceVim/layers/lang/pascal.vim
Normal file
14
autoload/SpaceVim/layers/lang/pascal.vim
Normal file
@ -0,0 +1,14 @@
|
||||
"=============================================================================
|
||||
" pascal.vim --- pascal 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#autoload#lang#pascal#plugins() abort
|
||||
let plugins = []
|
||||
|
||||
return plugins
|
||||
endfunction
|
@ -1137,6 +1137,11 @@ LAYERS *SpaceVim-layers*
|
||||
|
||||
SpaceVim support such layers:
|
||||
|
||||
languages:
|
||||
|
||||
https://www.scriptol.com/programming/list-programming-languages.php#query-lang
|
||||
uage
|
||||
|
||||
==============================================================================
|
||||
AUTOCOMPLETE *SpaceVim-autocomplete*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user