Skip to content

Commit 61a24b6

Browse files
committed
Update double matching pattern in ini.tmLanguage.json
1 parent fe1f41e commit 61a24b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/ini.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@
16411641
]
16421642
},
16431643
"double": {
1644-
"match": "-?\\d[\\.\\d%fF]*( \\d[\\.\\d%fF]*)*",
1644+
"match": "-?\\d[\\.\\d%fF]*( -?\\d[\\.\\d%fF]*)*",
16451645
"name": "constant.numeric.ini"
16461646
},
16471647
"boolean": {

0 commit comments

Comments
 (0)