microsoft / vscode-textmate

A library that helps tokenize text using Text Mate grammars.
MIT License
562 stars 108 forks source link

YAML Syntax interprets IP-Style Strings as numbers #200

Closed twobiers closed 1 year ago

twobiers commented 1 year ago

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

Wrong repository, I created an issue at textmate: https://github.com/textmate/yaml.tmbundle/issues/43