Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 22 Oct 2023 15:55:55 UTC Commit: def46d39d25627285f93f0d195e9d0f688f6921d https://github.com/geany/geany/commit/def46d39d25627285f93f0d195e9d0f688f692...
Log Message: ----------- Update some paths in HACKING
Modified Paths: -------------- HACKING
Modified: HACKING 10 lines changed, 5 insertions(+), 5 deletions(-) =================================================================== @@ -555,9 +555,9 @@ The remaining notes relate mostly to built-in filetypes.
filetypes.* configuration file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -All languages need a data/filetypes.foo configuration file. See +All languages need a data/filedefs/filetypes.foo configuration file. See the "Filetype definition files" section in the manual and/or -data/filetypes.c for an example. +data/filedefs/filetypes.c for an example.
Programming languages should have:
@@ -615,8 +615,8 @@ highlightingmappings.h and add the following things: a. Add ``init_styleset_case(FOO);`` in ``highlighting_init_styles()``. b. Add ``styleset_case(FOO);`` in ``highlighting_set_styles()``.
-3. Write data/filetypes.foo configuration file [styling] section. See - the manual and see data/filetypes.d for a named style example. +3. Write data/filedefs/filetypes.foo configuration file [styling] section. See + the manual and see data/filedefs/filetypes.d for a named style example.
.. note:: Please try to make your styles fit in with the other filetypes' @@ -658,7 +658,7 @@ https://github.com/universal-ctags/ctags
Method `````` -* Add foo.c to SRCS in Makefile.am and meson.build. +* Add foo.c to SRCS in ctags/Makefile.am and meson.build. * Add Foo to src/tagmanager/tm_parsers.h * Add TM_PARSER_FOO to src/tagmanager/tm_parser.h. The list here must follow exactly the order in src/tagmanager/tm_parsers.h.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).