Hellwig-SE
Results
2
issues of
Hellwig-SE
See issue #454 for an explanation
**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