mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[regexp] mark as injectable
GitOrigin-RevId: 814f00a56c01fd0c9006b5e01e9fce991607892b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
982d7dbc09
commit
0b76685106
@@ -15,9 +15,10 @@
|
||||
*/
|
||||
package org.intellij.lang.regexp;
|
||||
|
||||
import com.intellij.lang.InjectableLanguage;
|
||||
import com.intellij.lang.Language;
|
||||
|
||||
public class RegExpLanguage extends Language {
|
||||
public class RegExpLanguage extends Language implements InjectableLanguage {
|
||||
public static final RegExpLanguage INSTANCE = new RegExpLanguage();
|
||||
|
||||
protected RegExpLanguage() {
|
||||
|
||||
Reference in New Issue
Block a user