mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Emmet: add a:tel abbreviation
This commit is contained in:
@@ -125,6 +125,14 @@
|
||||
<option name="JSP" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="<a href="tel:+...">...</a>" name="a:tel" toReformat="true" toShortenFQNames="true" value="<a href="tel:+$VAR0$">$END$</a>">
|
||||
<variable alwaysStopAt="true" defaultValue="""" expression="" name="VAR0"/>
|
||||
<context>
|
||||
<option name="HTML_TEXT" value="true"/>
|
||||
<option name="JSX_HTML" value="true"/>
|
||||
<option name="JSP" value="true"/>
|
||||
</context>
|
||||
</template>
|
||||
<template description="<abbr title="...">...</abbr>" name="abbr" toReformat="true" toShortenFQNames="true" value="<abbr title="$VAR0$">$END$</abbr>">
|
||||
<variable alwaysStopAt="true" defaultValue="""" expression="" name="VAR0"/>
|
||||
<context>
|
||||
|
||||
Reference in New Issue
Block a user