microsoft / vscode-powerquery

Visual Studio Code extension for Power Query / M.
MIT License
88 stars 16 forks source link

fix syntax highlighting: time was missing from the textmate scope: st… #62

Closed ninmonkey closed 4 years ago

ninmonkey commented 4 years ago

Adds time to the textmate scope storage.type.powerquery to fix highlighting.

Before change: Serialize.Type.pq image

Test Example

let
    x = #time(1, 1, 1),
    TimeType = type time,
    DateType = type date,
    DateTimeType = type datetime
in
    x