Skip to content

Subexpression

Øyvind Kallstad edited this page Sep 15, 2017 · 1 revision

A subexpression starts with $( and ends with )

Example
"Hello $(Get-Name -Input $input)!"

Scopes

$( and ) are scoped as punctuation.section.parens.begin and punctuation.section.parens.end respectively. The whole subexpression are give the scope of meta.subexpression and all the syntax rules are included within the braces.

Home

About

Use

Contributing

Scopes and Tokens

Clone this wiki locally