import org.intellij.lang.annotations.Language; public class Test { public static void foo(@Language("HTML") String str) {} }