Wrong keyword highlighting

Issue #46 resolved
Stefan Glienke created an issue
  • on TEqualityComparer<T>.Default the Default is marked as keyword although its a method name.
  • a variable or parameter called index is highlighted as keyword

Comments (3)

  1. Christopher Wosinski repo owner
    • changed status to open

    Yes there are some wrong highlighted words such as default, read, write, index etc.

  2. Christopher Wosinski repo owner

    It's fixed in most cases. Since highlighting is based on regular expressions this issue can't be resolved entirely.

    Still waiting for this feature in order to create a way better highlighter

  3. Log in to comment