C/C++ plugin - notifications improvement

This commit is contained in:
Gregory Bednov 2025-01-10 16:22:24 +03:00
commit e480135055
3 changed files with 0 additions and 17 deletions

1
.idea/vcs.xml generated
View file

@ -2,6 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/main/resources/textmate/bundles/better-cpp-syntax" vcs="Git" />
</component>
</project>

View file

@ -1,13 +0,0 @@
package org.gregorybednov.clsp
import org.jetbrains.plugins.textmate.api.TextMateBundleProvider
import org.jetbrains.plugins.textmate.api.TextMateBundleProvider.PluginBundle
import kotlin.io.path.Path
class CTextMateBundleProvider : TextMateBundleProvider {
override fun getBundles(): List<PluginBundle> {
return listOf(
PluginBundle("c/c++", Path("/Users/gregorybednov/Downloads/better-cpp-syntax"))
)
}
}

View file

@ -42,9 +42,6 @@
<lang.syntaxHighlighterFactory
language="C++"
implementationClass="org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateSyntaxHighlighterFactory" />
<textmate.bundleProvider implementation="org.gregorybednov.clsp.CTextMateBundleProvider"/>
</extensions>
<extensions defaultExtensionNs="com.redhat.devtools.lsp4ij">