Skip to content

Commit

Permalink
Merge pull request #3795 from techee/hacking2
Browse files Browse the repository at this point in the history
Update HACKING with find_shebang() and editor_set_indentation_guides()
  • Loading branch information
techee committed Mar 20, 2024
2 parents 847dc92 + 34956bc commit 8320f20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HACKING
Expand Up @@ -649,6 +649,11 @@ indentation after ':' is done from on_new_line_added().
If the Scintilla lexer supports user type keyword highlighting (e.g.
SCLEX_CPP), update document_highlight_tags() in document.c.

If the filetype is a scripting language and the interpreter can be started
using a shebang, update find_shebang() in filetypes.c.

Update editor_set_indentation_guides() in editor.c if needed.

Adding a CTags parser
^^^^^^^^^^^^^^^^^^^^^
This assumes the filetype for Geany already exists.
Expand Down

0 comments on commit 8320f20

Please sign in to comment.