Update to new Upsilon library with more information in table variable symbol, fixes for number highlighting

This commit is contained in:
2018-11-27 14:59:17 +01:00
parent 682e784c20
commit 0619fe3d21
4 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@
]
},
{
"match": "\\b[^.]([+-]?([^.][0-9]*[.])?[0-9]+)[^.]\\b",
"match": "\\b([0-9]+(.[0-9])?)\\b",
"name": "constant.numeric"
},
{