6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: include_once("...");
|
|
# key: inco
|
|
# uuid: inco
|
|
# --
|
|
include_once("${1:...}"); |