We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9165 commit 055874aCopy full SHA for 055874a
scripts/yag.tmLanguage.json
@@ -28,7 +28,7 @@
28
"name": "keyword.operator.yag"
29
},
30
{
31
- "match": "\\b\\d+(\\.\\d+)?\\b",
+ "match": "(?<!\\w)\\.?\\d(?:(?:[0-9a-zA-Z_\\.])|(?<=[eEpP])[+-])*",
32
"name": "constant.numeric.yag"
33
34
0 commit comments