First commit.
This commit is contained in:
6
snippets/php-mode/include
Normal file
6
snippets/php-mode/include
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: include("...");
|
||||
# key: inc
|
||||
# uuid: inc
|
||||
# --
|
||||
include("${1:...}");
|
Reference in New Issue
Block a user