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