C/C++ plugin - notifications improvement
This commit is contained in:
parent
b115b5d9f0
commit
e480135055
3 changed files with 0 additions and 17 deletions
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
|
|
@ -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>
|
||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue