fix **
conflict with *
, triggered while typing **<tab>
snippet will
expand into `* *{e}*`. I change into `*&` user still don't have to release their Shift key
This commit is contained in:
parent
dbf583d697
commit
c5f0409182
@ -4,7 +4,7 @@ snippet :
|
||||
:${1:field name}: ${2:field body}
|
||||
snippet *
|
||||
*${1:Emphasis}* ${2}
|
||||
snippet **
|
||||
snippet *&
|
||||
**${1:Strong emphasis}** ${2}
|
||||
snippet _
|
||||
\`${1:hyperlink-name}\`_
|
||||
@ -62,8 +62,8 @@ snippet sid
|
||||
|
||||
${2}
|
||||
# CJK optimize, CJK has no space between charaters
|
||||
snippet *c
|
||||
snippet *!
|
||||
\ *${1:Emphasis}*\ ${2}
|
||||
snippet **c
|
||||
snippet *&!
|
||||
\ **${1:Strong emphasis}**\ ${2}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user