Skip to content

Fix highlight package #42

Open
Open
@alexeyinkin

Description

@alexeyinkin

Java highlighting breaks if # is present anywhere but string literals and comments:

public class MyClass {
}
#

Java highlighting beaks if a multiline string literal is present anywhere with single or double quotes:

public class MyClass {
  private string = """
multiline
""";
}

Python highlighting breaks if a block opening line is not terminated with ::

def fn()

Scala highlighting breaks if a multiline string literal is present anywhere:

val str4 = """
multiline
""";

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions