Hellwig-SE

Results 2 issues of Hellwig-SE

**Describe the solution you'd like** I want to reuse a parser for syntax highlighting that provides an interface as following: ```java List parse(String content) throws ParseException; ``` Parsing can not...

enhancement