WerWolv / PatternLanguage

The Pattern Language used by the ImHex Hex Editor
https://imhex.werwolv.net
GNU Lesser General Public License v2.1
165 stars 43 forks source link

fix: Using the windows path delimiter \ results in error. #122

Open paxcut opened 2 weeks ago

paxcut commented 2 weeks ago

This can be an issue if you are copying the path directly from explorer. Currently, the old highlighter code changes the color of the char but that will change with the new code. The fix was to add a parameter to the function that processes the directives in the lexer to allow it to skip the escape check.