Closed pchaigno closed 7 years ago
@hernad Did you get a chance to look into this?
@pchaigno, I didn't. Your precise elaboration says that you know the subject better than me, so I will merge without looking into :) Version 3.6.0
Thank you for your submission.
This pull request changes 1 regular expressions in an attempt to make the grammar PCRE-compatible. While Atom uses an Oniguruma engine, github.com (which rely on this grammar for Harbour highlighting) uses a PCRE-based engine. The two engines interpret
\h
differently, and only Oniguruma engines support implicit count modifiers ({,n}
).