Skip to content

Commit

Permalink
lexer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Aug 18, 2023
1 parent e9c755f commit 1cadb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiReplacePanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void MultiReplace::connectToScintilla() {
pSciMsg = (SciFnDirect)::SendMessage(_hScintilla, SCI_GETDIRECTFUNCTION, 0, 0);
pSciWndData = (sptr_t)::SendMessage(_hScintilla, SCI_GETDIRECTPOINTER, 0, 0);
}

// START LEXER HERE
RegisterSimpleLexer();

Expand Down

0 comments on commit 1cadb18

Please sign in to comment.