Skip to content

Syntax highlighting issue #1

Description

@KennethanCeyer

I have found an issue of your plugin.

plz check below

Input

// my input
alert('a');

var a = 'd';
var b = 'd';

if(a == b) {
alert(a);
try {
alert('test');
} catch(e) { ; }
}

Output

Output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions