mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 09:35:40 +08:00
Add lang#pascal layer
This commit is contained in:
parent
9e3b979242
commit
ef98791301
@ -9,6 +9,10 @@
|
|||||||
""
|
""
|
||||||
" @section Layers, layers
|
" @section Layers, layers
|
||||||
" SpaceVim support such layers:
|
" SpaceVim support such layers:
|
||||||
|
"
|
||||||
|
" languages:
|
||||||
|
"
|
||||||
|
" https://www.scriptol.com/programming/list-programming-languages.php#query-language
|
||||||
|
|
||||||
let s:enabled_layers = []
|
let s:enabled_layers = []
|
||||||
let s:layers_vars = {}
|
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:
|
SpaceVim support such layers:
|
||||||
|
|
||||||
|
languages:
|
||||||
|
|
||||||
|
https://www.scriptol.com/programming/list-programming-languages.php#query-lang
|
||||||
|
uage
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
AUTOCOMPLETE *SpaceVim-autocomplete*
|
AUTOCOMPLETE *SpaceVim-autocomplete*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user