| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Android/Android Studio/plugins/textmate/lib/ |
Upload File : |
PK �W�� � META-INF/plugin.xml<idea-plugin>
<id>org.jetbrains.plugins.textmate</id>
<version>241.18034.62.2411.12071903</version>
<idea-version since-build="241.18034.62" until-build="241.18034.62.*"/>
<name>TextMate Bundles</name>
<category>Other Tools</category>
<vendor>JetBrains</vendor>
<description><![CDATA[
Supports syntax highlighting for arbitrary file types, controlled by <a href="https://macromates.com/textmate/manual/bundles">TextMate bundles</a>
]]></description>
<depends>com.intellij.modules.lang</depends>
<extensionPoints>
<extensionPoint qualifiedName="com.intellij.textmate.bundleProvider"
interface="org.jetbrains.plugins.textmate.api.TextMateBundleProvider"/>
</extensionPoints>
<extensions defaultExtensionNs="com.intellij">
<registryKey key="textmate.line.highlighting.limit" defaultValue="20000"
description="The maximum length of the line to be highlighted by TextMate lexer."/>
<fileType name="textmate" implementationClass="org.jetbrains.plugins.textmate.TextMateFileType" language="textmate" fieldName="INSTANCE"/>
<fileTypeDetector implementation="org.jetbrains.plugins.textmate.TextMateFileType$TextMateFileDetector" order="last"/>
<obsoleteStorage file="textmate_os.xml">
<components>
<component>TextMateSettings</component>
</components>
</obsoleteStorage>
<applicationService id="textmateService" serviceInterface="org.jetbrains.plugins.textmate.TextMateService"
serviceImplementation="org.jetbrains.plugins.textmate.TextMateServiceImpl"/>
<editorHighlighterProvider filetype="textmate" implementationClass="org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateEditorHighlighterProvider"/>
<lang.syntaxHighlighterFactory language="textmate"
implementationClass="org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateSyntaxHighlighterFactory"/>
<applicationConfigurable groupId="editor"
bundle="messages.IdeBundle"
key="configurable.TextMateConfigurableProvider.display.name"
id="reference.settingsdialog.textmate.bundles" provider="org.jetbrains.plugins.textmate.configuration.TextMateConfigurableProvider"/>
<lang.parserDefinition language="textmate" implementationClass="org.jetbrains.plugins.textmate.psi.TextMateParserDefinition"/>
<braceMatcher filetype="textmate" implementationClass="org.jetbrains.plugins.textmate.editor.TextMateBraceMatcher"/>
<typedHandler implementation="org.jetbrains.plugins.textmate.editor.TextMateTypedHandler"/>
<backspaceHandlerDelegate implementation="org.jetbrains.plugins.textmate.editor.TextMateBackspaceHandler"/>
<multiLangCommenter implementation="org.jetbrains.plugins.textmate.editor.TextMateCommentProvider"/>
<lang.commenter language="textmate" implementationClass="org.jetbrains.plugins.textmate.editor.TextMateCommentProvider"/>
<customLiveTemplate implementation="org.jetbrains.plugins.textmate.editor.TextMateCustomLiveTemplate"/>
<todoIndexer filetype="textmate" implementationClass="com.intellij.psi.impl.cache.impl.todo.PlainTextTodoIndexer"/>
<idIndexer filetype="textmate" implementationClass="com.intellij.psi.impl.cache.impl.id.PlainTextIdIndexer"/>
<indexPatternBuilder implementation="org.jetbrains.plugins.textmate.TextMatePatternBuilder"/>
<spellchecker.support language="textmate" implementationClass="org.jetbrains.plugins.textmate.spellchecker.TextMateSpellingStrategy"/>
<completion.contributor language="textmate" implementationClass="org.jetbrains.plugins.textmate.editor.TextMateCompletionContributor"/>
<notificationGroup id="TextMate Bundles" displayType="BALLOON" bundle="messages.TextMateBundle" key="notification.group.textmate.bundles"/>
<fileIconProvider implementation="org.jetbrains.plugins.textmate.TextMateBackedFileIconProvider" order="last"/>
<lineIndentProvider implementation="org.jetbrains.plugins.textmate.editor.TextMateLineIndentProvider" />
<!--<lang.formatter language="textmate" implementationClass="org.jetbrains.plugins.textmate.editor.TextMateFormattingModelBuilder"/>-->
<applicationService serviceImplementation="org.jetbrains.plugins.textmate.configuration.TextMateBuiltinBundlesSettings" />
<applicationService serviceImplementation="org.jetbrains.plugins.textmate.configuration.TextMateUserBundlesSettings" />
</extensions>
<actions>
<action id="install-vscode-plugin" class="org.jetbrains.plugins.textmate.actions.InstallVSCodePluginAction"
text="Install VSCode Plugin..." description="Installs plugin for VSCode"
internal="true"/>
</actions>
</idea-plugin>
PK @� p�! �! @ org/jetbrains/plugins/textmate/editor/TextMateTypedHandler.class��� =
;com/intellij/codeInsight/editorActions/TypedHandlerDelegate <init> ()V
/org/jetbrains/plugins/textmate/TextMateFileType INSTANCE 1Lorg/jetbrains/plugins/textmate/TextMateFileType;
,com/intellij/codeInsight/CodeInsightSettings getInstance 0()Lcom/intellij/codeInsight/CodeInsightSettings; AUTOINSERT_PAIR_QUOTE Z Bcom/intellij/codeInsight/editorActions/TypedHandlerDelegate$Result CONTINUE DLcom/intellij/codeInsight/editorActions/TypedHandlerDelegate$Result; AUTOINSERT_PAIR_BRACKET ! " # $ % "com/intellij/openapi/editor/Editor
getCaretModel *()Lcom/intellij/openapi/editor/CaretModel; '