For property keys that contain symbols like [ and #, the properties textmate grammar displays incorrect highlighting.
For example, for openshift.config-map-volumes[0].config-map-name, the property key is not highlighted in blue:

For properties that contain #:

Currently, the TextMate grammar assumes that property keys are only composed of: \/a-zA-Z0-9%_.-
|
"match": "^\\s*([\\/a-zA-Z0-9%_.-]+)\\s*(?=[=\\\\])" |
For property keys that contain symbols like [ and #, the properties textmate grammar displays incorrect highlighting.
For example, for
openshift.config-map-volumes[0].config-map-name, the property key is not highlighted in blue:For properties that contain #:

Currently, the TextMate grammar assumes that property keys are only composed of:
\/a-zA-Z0-9%_.-vscode-quarkus/language-support/properties-support/java-properties.tmLanguage.json
Line 41 in 7036c9d