2021-11-02 12:26:19 +00:00
|
|
|
<templateSet group="JavaScript">
|
|
|
|
<template name="dqs" value="document.querySelector("$END$");" description="Query Selector" toReformat="false" toShortenFQNames="true">
|
|
|
|
<context>
|
2021-11-12 01:22:07 +00:00
|
|
|
<option name="JAVA_SCRIPT" value="true" />
|
2021-11-02 12:26:19 +00:00
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
<template name="dqsa" value="document.querySelectorAll("$END$"); " description="Query Selector All" toReformat="false" toShortenFQNames="true">
|
|
|
|
<context>
|
2021-11-12 01:22:07 +00:00
|
|
|
<option name="JAVA_SCRIPT" value="true" />
|
2021-11-02 12:26:19 +00:00
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
</templateSet>
|