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.
1 parent f24007f commit 41e2b03Copy full SHA for 41e2b03
Languages/Rust/Rust-Language.ps1
@@ -78,6 +78,9 @@ $languageDefinition = New-Module {
78
$EndPattern = "(?<PSEnd>$Whitespace\}${endComment})"
79
80
$compiler = 'rustc'
81
+
82
+ $Website = 'https://www.rust-lang.org/'
83
+ $ProjectUri = 'https://github.com/rust-lang/rust'
84
$LanguageName = 'Rust'
85
Export-ModuleMember -Variable * -Function * -Alias *
86
} -AsCustomObject
0 commit comments