Carl Morris

Results 133 comments of Carl Morris

@cblackuk, unfortunately the current grammar here does not separate the dot "." (accessor). Its been mentioned in a couple of issues. Both my PR's resolve that, as l well as...

I think you will find that this is ultimately the same as #151/#152, the fundamental problem is that the syntax, like so many others, is really about highlighting keywords, and...

@rifaterdemsahin, FYI, I've posted a PR (a while ago now) of the expirement I have been doing in a full statement syntaxing approach. PR #156. It would resolve this issue....

Somehow hit submit before I was ready here. There are some problem areas. - types/index operator, sub types close together at the first `]` - working on a different idea...

Sorry, forgot that detail. Due to my existing window placement, its 'After

Some examples from the commit that will be coming: - these two are related - Handle complex function names (they can be file names with quotes) - consume text that...

While working with the above (lower) test file, I noticed I was scoping ```${`}``` as a variable, but I had put a note in 'TheBigTestFile.ps1' indicating it is not, so...

Latest commit covers: ![image](https://user-images.githubusercontent.com/26179051/51828527-60cb4200-22b1-11e9-96dc-683875264790.png) But now looking at it I just noticed that argumentModeEscapes is running before unquotedStrings.

> > handle all variables together, members or not, gives one place to change the system variables > >What makes for a legal variable name changes inside strings, outside strings,...

@setTrend, no news. Is there anything in particular that this PR is of interest? Have you looked at PR #156? This PR does contain some work towards `enum` and improved...