<!-- BEFORE SUBMITTING A NEW ISSUE... Please try a different theme to make sure the problem is not with the theme and is actually with the syntax. If you are not reporting a bug please remove this template and describe the issue in your own words. --> ### Environment - Editor and Version (VS Code, Atom, Sublime): Atom 1.34.0 - Your primary theme: ### Issue Description <!-- Describe the issue in detail --> Please add highlighting of default command aliases (`sal`, `iex`, etc.) ### Expected Behavior Default cmd aliases highlighted as keywords / expressions ### Code Samples <!-- Include any code sippets that can be used to reproduce the described behavior. --> ```PowerShell sal a New-Object; ```