Carl Morris
Carl Morris
@keith-hall, I am not sure that storage.type is a great scope. Numbers already support a storage type modifier, so that would clash. ```PowerShell 1Dkb 1.Dkb 1.E12kb 1.1Dkb 1.1E12kb .1E+12Dkb 1Lkb...
While VS Code shares Atom's textmate REGEX engine, I'd be willing to bet (but do not actually know) that Atom and Linguist share some common textmate portions, or at least...
I think I answered my own question … for GitHub it appears to be a line length issue. (note I did resolve the aliases) (Its at exactly 1025 characters or...
@DA6IjY6jgHT8Z, I don't think this limit can be exceeded. Atom, and its Linquist engine have a line length limitation and that limitation appears to be strict at 1024 characters. I...
Can someone explain, in the regex sample shown above, which works, why the lazy `.+` that was in the first pattern can keep from matching `|` but cannot prevent itself...
> I don't see a .+ in your original post. Where were you seeing the issue? It was originally in the `match`, in place of the negative class that now...
There might be a little confusion of what should be displayed here. `$ip:` is not a valid variable reference. Here is your code on PR #156 when using a theme...
The theme in my images is a modified Monokai Dimmed, https://github.com/msftrncs/theme-monokai-less-dimmed. Monokai Dimmed does provide an _invalid_ scope. What is more important is the work I put in to PR...
I purposely created PowerShell scripts to convert between XML and JSON. I work in the JSON file, and convert to XML for the purpose of making PR's to this repo....
@rjmholt, if I didn't use `[ordered]`, yes. 😄 https://github.com/msftrncs/PwshReadXmlPList https://github.com/msftrncs/PwshJSONtoPList https://github.com/msftrncs/PwshOutCSON https://github.com/msftrncs/PowerShell.tmLanguage/blob/argumentmode_2ndtry/build-plistGrammar.ps1 https://github.com/msftrncs/EditorSyntax/blob/build_grammar.ps1/tools/build-grammar.ps1 https://github.com/msftrncs/EditorSyntax/blob/build_grammar.ps1/tools/build-atomGrammar.ps1