jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
963 stars 243 forks source link

ScintillaNET syntax highlighting issue. #420

Open ahoachuck opened 5 years ago

ahoachuck commented 5 years ago

Hello,

I got a issue with ScintillaNET when it comes to syntax highlighting. I'm trying to use the lua language (with syntax HL), but when I try to put a dot, ':' or something after the keyword (such as "Keyboard"), the Syntax HL disappears.

Example:

Keyboard -Will appear in blue with Syntax HL Keyboard:Get(32) -Keyboard won't appear in blue anymore as soon as I add a dot or ':' after it.

Can someone help me out please?

DogChan commented 5 years ago

This is not an issue for me, Keyboard:Get(32) still appears blue. Are all of your styles configured correctly?