Skip to content

Commit 031f934

Browse files
TewanStefanH-AT
authored andcommitted
Fix number matching in kv and all extending languages
1 parent 2d3ecb9 commit 031f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/keyvalue3.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"number": {
3232
"name": "constant.numeric.keyvalue3",
33-
"match": "\\b[0-9]+(.[0-9]+)?\\b"
33+
"match": "-?[0-9]+(.[0-9]+)?"
3434
},
3535
"stringUnquoted": {
3636
"name": "string.unquoted.keyvalue3",

0 commit comments

Comments
 (0)