PS-2021.2.3 <rodude123@rodude123s-x360 Update JavaScript.xml
This commit is contained in:
parent
662e78549e
commit
f2d7058fd1
@ -1,10 +1,10 @@
|
||||
<templateSet group="JavaScript">
|
||||
<template name="dqs" value="document.querySelector("$END$");" description="Query Selector" toReformat="false" toShortenFQNames="true">
|
||||
<template name="dqs" value="document.querySelector("$END$")" description="Query Selector" toReformat="false" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="dqsa" value="document.querySelectorAll("$END$"); " description="Query Selector All" toReformat="false" toShortenFQNames="true">
|
||||
<template name="dqsa" value="document.querySelectorAll("$END$") " description="Query Selector All" toReformat="false" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
|
Loading…
Reference in New Issue
Block a user