Im using ScintillaNET and i want syntax highlighting. I Cant seem to figure it out :(
i have tried:
Scintilla.Lexing.Lexer = ScintillaNet.Lexer.Php
Scintilla.Lexing.LoadLexerLibrary(ScintillaNet.Lexer.Php)
Scintilla.Lexing.LexerName = "php"
Scintilla.ConfigurationManager.Language = "phpscript"
Scintilla.ConfigurationManager.Language = "php"