mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[rdct] register TomlCodeStyleSettingsSynchronizer properly
(cherry picked from commit dae252e069b0c3946d7c572c498e22c0fba77e99) IJ-CR-169846 GitOrigin-RevId: a9b6bda338586ede5f4512a4e711a64a9260ca43
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c3b7f09c30
commit
ea82d12cbc
@@ -32,5 +32,7 @@
|
|||||||
<className>org.toml.ide.intentions.TomlExpandInlineTableIntention</className>
|
<className>org.toml.ide.intentions.TomlExpandInlineTableIntention</className>
|
||||||
<categoryKey>intention.category.toml</categoryKey>
|
<categoryKey>intention.category.toml</categoryKey>
|
||||||
</intentionAction>
|
</intentionAction>
|
||||||
|
|
||||||
|
<virtualFileCustomDataProvider implementation="org.toml.ide.formatter.settings.TomlCodeStyleSettingsSynchronizer"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
</idea-plugin>
|
</idea-plugin>
|
||||||
@@ -17,9 +17,6 @@
|
|||||||
<lang.formatter language="TOML" implementationClass="org.toml.ide.formatter.TomlFormattingModelBuilder"/>
|
<lang.formatter language="TOML" implementationClass="org.toml.ide.formatter.TomlFormattingModelBuilder"/>
|
||||||
<langCodeStyleSettingsProvider implementation="org.toml.ide.formatter.settings.TomlLanguageCodeStyleSettingsProvider"/>
|
<langCodeStyleSettingsProvider implementation="org.toml.ide.formatter.settings.TomlLanguageCodeStyleSettingsProvider"/>
|
||||||
|
|
||||||
|
|
||||||
<virtualFileCustomDataProvider implementation="org.toml.ide.formatter.settings.TomlCodeStyleSettingsSynchronizer"/>
|
|
||||||
|
|
||||||
<registryKey key="org.toml.json.schema" defaultValue="true" description="JSON schemas support for TOML"/>
|
<registryKey key="org.toml.json.schema" defaultValue="true" description="JSON schemas support for TOML"/>
|
||||||
<!--<editor.rd.localSupport filetype="TOML"/> IJPL-189393 -->
|
<!--<editor.rd.localSupport filetype="TOML"/> IJPL-189393 -->
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|||||||
Reference in New Issue
Block a user