yes there's a bit of java in my nvim config why do you ask?
This commit is contained in:
9
lua/snippets/php.lua
Normal file
9
lua/snippets/php.lua
Normal file
@ -0,0 +1,9 @@
|
||||
require('core.snippets.shorthands')
|
||||
|
||||
return {
|
||||
s("php", {
|
||||
t({ "<?php", "\t" }),
|
||||
i(1),
|
||||
t({ "", "?>" })
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user