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.
2 parents 2e19371 + 2b56aa1 commit bed6de5Copy full SHA for bed6de5
syntaxes/tql.tmLanguage.json
@@ -148,9 +148,8 @@
148
]
149
},
150
{
151
- "name": "constant.numeric",
152
- "match": "[0-9][0-9_]*(\\.[0-9][0-9_]*)?([a-zA-Z_][a-zA-Z_0-9]*)?",
153
- "comment": "sign is not included because foo-42"
+ "name": "constant.tql.time",
+ "match": "[0-9]{4}-[0-9]{1,2}-[T0-9\\-+:Z]*"
154
155
156
"name": "constant.tql.ipv4",
@@ -160,6 +159,11 @@
160
159
"name": "constant.tql.ipv6",
161
"match": "([0-9a-fA-F]*:){2,}[0-9a-fA-F]*(\\.[0-9]+|:[0-9a-fA-F]*)*"
162
+ {
163
+ "name": "constant.numeric",
164
+ "match": "[0-9][0-9_]*(\\.[0-9][0-9_]*)?([a-zA-Z_][a-zA-Z_0-9]*)?",
165
+ "comment": "sign is not included because foo-42"
166
+ },
167
168
"match": "(\\w+)(\\$|::)",
169
"captures": {
0 commit comments