mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
small adjustments
This commit is contained in:
parent
a1df3cd2ac
commit
c11379e768
@ -572,8 +572,9 @@ around the currently selected region. When this variable is set to t,
|
||||
this has the same effect has using the ```yas/selected-text``` inline
|
||||
evaluation.
|
||||
|
||||
Because on most systems starting to type deletes the currently region,
|
||||
this works mostly with the ``yas/insert-snippet`` command.
|
||||
Because on most systems starting to type deletes the currently
|
||||
selected region, this works mostly for snippets with direct
|
||||
keybindings or with the ``yas/insert-snippet`` command.
|
||||
|
||||
However, when the value is of this variable is ``cua`` YASnippet will
|
||||
additionally look-up any recently selected that you deleted by starting
|
||||
|
1
extras/imported/LaTeX-mode/.yas-parents
Normal file
1
extras/imported/LaTeX-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
1
extras/imported/c-mode/.yas-parents
Normal file
1
extras/imported/c-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
1
extras/imported/css-mode/.yas-parents
Normal file
1
extras/imported/css-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
1
extras/imported/erlang-mode/.yas-parents
Normal file
1
extras/imported/erlang-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
1
extras/imported/f90-mode/.yas-parents
Normal file
1
extras/imported/f90-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
1
extras/imported/haskell-mode/.yas-parents
Normal file
1
extras/imported/haskell-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
@ -1 +1 @@
|
||||
text-mode
|
||||
text-mode
|
||||
|
1
extras/imported/java-mode/.yas-parents
Normal file
1
extras/imported/java-mode/.yas-parents
Normal file
@ -0,0 +1 @@
|
||||
text-mode
|
@ -1,9 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name : Snippet header
|
||||
# contributor : joaotavora
|
||||
# --
|
||||
# name : $1${2:
|
||||
# key : ${3:expand-key}}${4:
|
||||
# group : ${5:group}}
|
||||
# key : ${3:trigger-key}}${4:
|
||||
# keybinding : ${5:keybinding}}${6:
|
||||
# expand-env : (${7:})}
|
||||
# contributor : $6
|
||||
# --
|
||||
$0
|
Loading…
x
Reference in New Issue
Block a user