C/C++ plugin - notifications improvement
This commit is contained in:
parent
b115b5d9f0
commit
e480135055
3 changed files with 0 additions and 17 deletions
|
|
@ -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"))
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue