fix grammer for number

This commit is contained in:
Johannes Rieken
2016-05-20 12:52:42 +02:00
parent 28d7871c71
commit f791940868

View File

@ -8,11 +8,11 @@
},
{
"name": "keyword.locations",
"match": "\\d+:"
"match": " \\d+:"
},
{
"name": "keyword.control.locations",
"match": "\\d+"
"match": " \\d+"
}
]
}