⚡ vim+coc+ultisnips
This commit is contained in:
parent
a7dd1a8521
commit
219caa08af
1
.config/coc/ultisnips/javascriptreact.snippets
Normal file
1
.config/coc/ultisnips/javascriptreact.snippets
Normal file
@ -0,0 +1 @@
|
||||
extends javascript
|
@ -1,10 +1,4 @@
|
||||
extends php, html
|
||||
extends php, html
|
||||
extends php, html
|
||||
extends php, html
|
||||
extends php, html
|
||||
extends php, html
|
||||
extends php, html
|
||||
#endextends
|
||||
|
||||
snippet sceleton "HTML5" b
|
||||
@ -2369,4 +2363,4 @@ snippet csp_cordova "CSP used in cordova"
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; img-src 'self' data: android-webview-video-poster:; script-src 'self' 'unsafe-inline' 'unsafe-eval'">
|
||||
endsnippet
|
||||
|
||||
#endextends
|
||||
#endextends
|
||||
|
1
.config/coc/ultisnips/typescript.snippets
Normal file
1
.config/coc/ultisnips/typescript.snippets
Normal file
@ -0,0 +1 @@
|
||||
extends javascript
|
1
.config/coc/ultisnips/typescriptreact.snippets
Normal file
1
.config/coc/ultisnips/typescriptreact.snippets
Normal file
@ -0,0 +1 @@
|
||||
extends javascript
|
Loading…
Reference in New Issue
Block a user