PS-2021.2.3 <rodude123@rodude123s-x360 Update filetypes.xml, JavaScript.xml

This commit is contained in:
Rohit Pai 2021-11-12 01:22:07 +00:00
parent a4c0936e59
commit e6f9c30d3c
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
<application> <application>
<component name="FileTypeManager" version="18"> <component name="FileTypeManager" version="18">
<extensionMap> <extensionMap>
<mapping ext=".tabnine.model" type="Tabnine project model file" />
<mapping ext=".tabnine" type="Tabnine project model file" />
<mapping ext=".model" type="Tabnine project model file" />
<mapping ext="tabnine" type="Tabnine project model file" />
<mapping ext="model" type="Tabnine project model file" />
<removed_mapping ext="csv" approved="true" type="CSV" /> <removed_mapping ext="csv" approved="true" type="CSV" />
<removed_mapping ext="pdf" approved="true" type="Native" /> <removed_mapping ext="pdf" approved="true" type="Native" />
<removed_mapping ext="tsv" approved="true" type="TSV" /> <removed_mapping ext="tsv" approved="true" type="TSV" />

View File

@ -1,12 +1,12 @@
<templateSet group="JavaScript"> <templateSet group="JavaScript">
<template name="dqs" value="document.querySelector(&quot;$END$&quot;);" description="Query Selector" toReformat="false" toShortenFQNames="true"> <template name="dqs" value="document.querySelector(&quot;$END$&quot;);" description="Query Selector" toReformat="false" toShortenFQNames="true">
<context> <context>
<option name="JS_STATEMENT" value="true" /> <option name="JAVA_SCRIPT" value="true" />
</context> </context>
</template> </template>
<template name="dqsa" value="document.querySelectorAll(&quot;$END$&quot;);&#10;" description="Query Selector All" toReformat="false" toShortenFQNames="true"> <template name="dqsa" value="document.querySelectorAll(&quot;$END$&quot;);&#10;" description="Query Selector All" toReformat="false" toShortenFQNames="true">
<context> <context>
<option name="JS_STATEMENT" value="true" /> <option name="JAVA_SCRIPT" value="true" />
</context> </context>
</template> </template>
</templateSet> </templateSet>