aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* syntax.h: fix include #8742Justin M. Keyes2018-08-05
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* unittests,syntax: Check for sanity of highlight_init_cmdlineZyX2017-11-13
* refactor/single-include (#6563)Othon Briganó2017-04-22
* tui: 'guicursor' colorMatthieu Coudron2017-04-01
* syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda2015-02-16
* api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse2015-02-02
* syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda2014-12-08
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move HL_* variables to syntax.hBrandon Coleman2014-06-12
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15