lspconfig - add snippet support, fix css
This commit is contained in:
parent
aaf41ab39e
commit
b3e1ce732b
5 changed files with 57 additions and 52 deletions
|
|
@ -1,3 +1,15 @@
|
|||
snippet pp "<?php ... ?>"
|
||||
<?php $0; ?>
|
||||
endsnippet
|
||||
|
||||
snippet pe "<?php ... ?>"
|
||||
<?php echo "$0"; ?>
|
||||
endsnippet
|
||||
|
||||
snippet ph "<?php ... ?>"
|
||||
<?php esc_html( $0 ); ?>
|
||||
endsnippet
|
||||
|
||||
snippet pf "public function ..."
|
||||
public function $1($2) {
|
||||
$0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue