Open
Description
This issue is not caused by the project but is related to it. We need to update the regular expressions used by the Pygments library to take into account the following updates to Opendylan:
- DEP#11 which allows the use of underscore characters between any two digits.
- Double float numbers (not considered until now).
The solution could be discussed here until a PR is proposed to the Pygments project.
Current regexp:
The expressions below are case insensitive.