AvalonStudio icon indicating copy to clipboard operation
AvalonStudio copied to clipboard

WIP: Feature/text mate / sublime highlighting

Open danwalmsley opened this issue 6 years ago • 1 comments

  • [ ] Workout how to load both c and C++ syntax definitions.
  • [ ] CPP language service only highlight stuff the grammers cant do.
  • [ ] Colour scheme files match vscode format?
  • [ ] Remove redundant code in static syntax colorizer.

danwalmsley avatar Apr 16 '18 21:04 danwalmsley

Set RegexOptions to compiled, it's ignored on Core 2.0 but on 2.1 it will Precompile the regex so finding matches will be quicker.

danwalmsley avatar Apr 18 '18 21:04 danwalmsley