From be6d9e04f38c15adab8d6fff2db25e15cf86a725 Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Thu, 7 Mar 2024 07:45:02 +0100 Subject: [PATCH] fix: make sure to have annotators available for languages IntelliJ sometimes uses the annotator without explicit language definition (""), e.g for Java, but sometimes, e.g. for Kotlin, it needs a dedicated definition. This is just empirical on my machine, but as it doesn't cost much to define them, here they are. --- src/main/resources/META-INF/optional/withCsharp.xml | 2 ++ src/main/resources/META-INF/optional/withGo.xml | 4 ++++ src/main/resources/META-INF/optional/withHTML.xml | 2 ++ src/main/resources/META-INF/optional/withJava.xml | 4 ++++ src/main/resources/META-INF/optional/withJavaScript.xml | 2 ++ src/main/resources/META-INF/optional/withKotlin.xml | 2 ++ src/main/resources/META-INF/optional/withPHP.xml | 2 ++ src/main/resources/META-INF/optional/withPython.xml | 2 ++ 8 files changed, 20 insertions(+) diff --git a/src/main/resources/META-INF/optional/withCsharp.xml b/src/main/resources/META-INF/optional/withCsharp.xml index 418f6d0aa..846bba4d8 100644 --- a/src/main/resources/META-INF/optional/withCsharp.xml +++ b/src/main/resources/META-INF/optional/withCsharp.xml @@ -1,4 +1,6 @@ + + diff --git a/src/main/resources/META-INF/optional/withGo.xml b/src/main/resources/META-INF/optional/withGo.xml index 142bd28e2..3efa1d886 100644 --- a/src/main/resources/META-INF/optional/withGo.xml +++ b/src/main/resources/META-INF/optional/withGo.xml @@ -2,5 +2,9 @@ + + + + diff --git a/src/main/resources/META-INF/optional/withHTML.xml b/src/main/resources/META-INF/optional/withHTML.xml index 418f6d0aa..cdc6a17ed 100644 --- a/src/main/resources/META-INF/optional/withHTML.xml +++ b/src/main/resources/META-INF/optional/withHTML.xml @@ -1,4 +1,6 @@ + + diff --git a/src/main/resources/META-INF/optional/withJava.xml b/src/main/resources/META-INF/optional/withJava.xml index 57c5d7cae..6215e4aeb 100644 --- a/src/main/resources/META-INF/optional/withJava.xml +++ b/src/main/resources/META-INF/optional/withJava.xml @@ -2,5 +2,9 @@ + + + + diff --git a/src/main/resources/META-INF/optional/withJavaScript.xml b/src/main/resources/META-INF/optional/withJavaScript.xml index 418f6d0aa..021496bfd 100644 --- a/src/main/resources/META-INF/optional/withJavaScript.xml +++ b/src/main/resources/META-INF/optional/withJavaScript.xml @@ -1,4 +1,6 @@ + + diff --git a/src/main/resources/META-INF/optional/withKotlin.xml b/src/main/resources/META-INF/optional/withKotlin.xml index 8995548a6..f7570358c 100644 --- a/src/main/resources/META-INF/optional/withKotlin.xml +++ b/src/main/resources/META-INF/optional/withKotlin.xml @@ -1,5 +1,7 @@ + + diff --git a/src/main/resources/META-INF/optional/withPHP.xml b/src/main/resources/META-INF/optional/withPHP.xml index 418f6d0aa..b3499a289 100644 --- a/src/main/resources/META-INF/optional/withPHP.xml +++ b/src/main/resources/META-INF/optional/withPHP.xml @@ -1,4 +1,6 @@ + + diff --git a/src/main/resources/META-INF/optional/withPython.xml b/src/main/resources/META-INF/optional/withPython.xml index 418f6d0aa..535e84c2d 100644 --- a/src/main/resources/META-INF/optional/withPython.xml +++ b/src/main/resources/META-INF/optional/withPython.xml @@ -1,4 +1,6 @@ + +