Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Thu, 02 Nov 2023 19:15:04 UTC Commit: 949c11b6d7f3299c87ff7e1b3206c9b37a24f201 https://github.com/geany/geany/commit/949c11b6d7f3299c87ff7e1b3206c9b37a24f2...
Log Message: ----------- Merge pull request #3670 from techee/hacking_fix2
HACKING: use the correct function name to be updated for highlighting
Modified Paths: -------------- HACKING
Modified: HACKING 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -647,7 +647,7 @@ For brace indentation, update lexer_has_braces() in editor.c; indentation after ':' is done from on_new_line_added().
If the Scintilla lexer supports user type keyword highlighting (e.g. -SCLEX_CPP), update document_update_tags() in document.c. +SCLEX_CPP), update document_highlight_tags() in document.c.
Adding a CTags parser ^^^^^^^^^^^^^^^^^^^^^
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).