- Fixed documentation.
This commit is contained in:
parent
de31e2cf6c
commit
fafe9cbc75
@ -326,7 +326,6 @@ Example:
|
|||||||
if ${1:condition}
|
if ${1:condition}
|
||||||
${2}
|
${2}
|
||||||
endif
|
endif
|
||||||
<
|
|
||||||
|
|
||||||
The snippet syntax is close to the one of |snipMate|. Each snippet starts with
|
The snippet syntax is close to the one of |snipMate|. Each snippet starts with
|
||||||
some keywords that define the name and modify the expansion and treatment of
|
some keywords that define the name and modify the expansion and treatment of
|
||||||
@ -367,7 +366,14 @@ Snippet Keywords:
|
|||||||
>
|
>
|
||||||
regexp '^% '
|
regexp '^% '
|
||||||
<
|
<
|
||||||
|
This snippet works same as "options head".
|
||||||
|
>
|
||||||
|
snippet if
|
||||||
|
regexp '^\S*'
|
||||||
|
if ${1:condition}
|
||||||
|
${2}
|
||||||
|
endif
|
||||||
|
<
|
||||||
- options [options] (Optional)
|
- options [options] (Optional)
|
||||||
|
|
||||||
Options influence the snippet behavior. The possible values are:
|
Options influence the snippet behavior. The possible values are:
|
||||||
|
Loading…
Reference in New Issue
Block a user