Skip to content

Hashtable

Øyvind Kallstad edited this page Sep 15, 2017 · 5 revisions

A hashtable starts with @{ and ends with }

Example
$myHashTable = @{
    Name = $name
    Email = $email
    Phone = $phone
}

Scopes

@{ and } are scoped as punctuation.section.braces.begin and punctuation.section.braces.end respectively. The whole hashtable are give the scope of meta.hashtable and all the syntax rules are included within the braces.

Home

About

Use

Contributing

Scopes and Tokens

Clone this wiki locally