Closed ninmonkey closed 4 years ago
Adds time to the textmate scope storage.type.powerquery to fix highlighting.
time
storage.type.powerquery
Before change: Serialize.Type.pq
Test Example
let x = #time(1, 1, 1), TimeType = type time, DateType = type date, DateTimeType = type datetime in x
Adds
time
to the textmate scopestorage.type.powerquery
to fix highlighting.Before change: Serialize.Type.pq
Test Example