-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with J syntax highlighting #1149
Labels
Comments
anntzer
added a commit
to anntzer/pygments
that referenced
this issue
Nov 24, 2019
- Detect `.m` files starting with a function definition as MATLAB, not ObjC (pygments#1149). - Require word boundaries in regexes matching numbers and floats, to avoid mishighlighting `load 123file` as starting with a number.
birkenfeld
pushed a commit
that referenced
this issue
Nov 25, 2019
- Detect `.m` files starting with a function definition as MATLAB, not ObjC (#1149). - Require word boundaries in regexes matching numbers and floats, to avoid mishighlighting `load 123file` as starting with a number.
This was referenced Mar 8, 2021
This was referenced Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
(Original issue 1445 created by None on 2018-06-10T20:01:08.289510+00:00)
For some reason, Pygments does not recognize
?.
as a valid token, highlighting it in red as seen here. This is probably just a problem with the lexer, but I'm not sure.The text was updated successfully, but these errors were encountered: