textmate / yaml.tmbundle

TextMate support for YAML
17 stars 17 forks source link

String with numbers and dots only is interpreted as a number #43

Open twobiers opened 1 year ago

twobiers commented 1 year ago

Moved from: https://github.com/microsoft/vscode-textmate/issues/200

The current grammar definition interprets IPv4-Adresses as Numbers, although it should be a string. I am not experienced with textmate but I guess the regex for decimal numbers is the issue here?

image image image

twobiers commented 1 year ago

This would probably be fixed with #35