Carl Morris

Results 133 comments of Carl Morris

:) I was thinking about scripting such a conversion myself. I haven't gotten far enough to find out how difficult it is yet!

@omniomi, See if this can be of any help regarding tmLanguage.JSON & tmLanguage https://github.com/msftrncs/PwshJSONtoPList

I thought they were already in the syntax, but I cannot find them at this time. In #155 and #156, I have them in as 'invalid.reserved'.

@rjmholt, can you link to a PR in PowerShell/PowerShell where this is being added? Thanks

I knew I had seen them in this repo, here they are: https://github.com/PowerShell/EditorSyntax/blob/d10ae29c0d3ceb248172c383a159ae43b9ccfb4d/PowerShellSyntax.tmLanguage#L365-L370

Yes, the syntax is very limited (too conservative) for the `using` keyword. The `\` causes the entire syntaxing to fail, as its not acceptable per the grammar. I haven't made...

😄 , I don't think that is a bug, I think it is by-design as a defense in depth measure, but definitely ironic. I might try to look in to...

Is there a means in the grammar system to be able to specify an optional repository object as needing to immediately follow another object? (similar to "include" but working after...

I mentioned elsewhere that I had improved matching for ${} variables. I think this regex segment would work for the inner part of the variable name: (note it forces the...

@stefanita-mitran, (and @alexr00) I do not see how those are not in fact comments. I think your use of the backtick is incorrect. A backtick before a space serves no...