Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 24 Nov 2024 22:28:52 UTC Commit: 7f9bed009033c0a861e057aa3e69c7ff99cc79c1 https://github.com/geany/geany/commit/7f9bed009033c0a861e057aa3e69c7ff99cc79...
Log Message: ----------- Re-enable Forth ctags parser
Accidentally removed in #3977.
Modified Paths: -------------- src/filetypes.c
Modified: src/filetypes.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -196,7 +196,7 @@ static void init_builtin_filetypes(void) FT_INIT( CMAKE, NONE, "CMake", NULL ); FT_INIT( NSIS, NSIS, "NSIS", NULL ); FT_INIT( ADA, ADA, "Ada", NULL ); - FT_INIT( FORTH, NONE, "Forth", NULL ); + FT_INIT( FORTH, FORTH, "Forth", NULL ); FT_INIT( ASCIIDOC, ASCIIDOC, "Asciidoc", NULL ); FT_INIT( ABAQUS, ABAQUS, "Abaqus", NULL ); FT_INIT( BATCH, BATCH, "Batch", NULL );
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).