summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/syntax.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-06vim-patch:9.1.1077: included syntax items do not understand contains=TOP (#32...zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-03-18vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-04-04Border: allow to enable/disable specific border edgesBjörn Linse1
2018-08-05syntax.h: fix include #8742Justin M. Keyes1
2018-02-11ui/tui: highlighting refactorBjörn Linse1
2017-11-13unittests,syntax: Check for sanity of highlight_init_cmdlineZyX1
2017-04-22refactor/single-include (#6563)Othon Briganó1
2017-04-01tui: 'guicursor' colorMatthieu Coudron1
2015-02-16syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda1
2015-02-02api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse1
2014-12-08syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda1
2014-07-12move defines from vim.hBrandon Coleman1
2014-07-11Include stdbool.h in some files which use itPavel Platto1
2014-06-12move HL_* variables to syntax.hBrandon Coleman1
2014-06-02Fix some stylesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1