VHDL LSP integration update
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
This commit is contained in:
@@ -35,3 +35,7 @@ endsnippet
|
||||
snippet A "All"
|
||||
∀
|
||||
endsnippet
|
||||
|
||||
snippet . "Dot"
|
||||
·
|
||||
endsnippet
|
||||
|
||||
13
UltiSnips/veryl.snippets
Normal file
13
UltiSnips/veryl.snippets
Normal file
@@ -0,0 +1,13 @@
|
||||
snippet module "Create a new module" b
|
||||
${1:pub } module ${2:module_name} (
|
||||
$3
|
||||
) {
|
||||
$0
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet embed "Add embed"
|
||||
embed (inline) sv{{{
|
||||
$1
|
||||
}}}$0
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user