Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 01 Nov 2023 22:07:59 UTC Commit: 4b791b27bb182b17fe11cc9f511206bb683f4307 https://github.com/geany/geany/commit/4b791b27bb182b17fe11cc9f511206bb683f43...
Log Message: ----------- 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).