summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/syntax_defs.h
AgeCommit message (Expand)AuthorFiles
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-02-02refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-04-03vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2018-07-29syntax: disptick_T is uint16_tJan Edmund Lazo1
2018-07-29syntax: syn_state.sst_next_list is int16_t*Jan Edmund Lazo1
2018-07-29syntax: update types for keyentry_T,sp_synJan Edmund Lazo1
2018-02-11ui/tui: highlighting refactorBjörn Linse1
2017-10-19refactor/single-include: syntax_defs.hrelnod1
2017-08-22syntax.c: register 'Normal' highlight groupMatthieu Coudron1
2017-06-14screen.c: make more highlights window specificBjörn Linse1
2016-05-17LintingAdnoC1
2016-05-17syntax: Add support for the "special" color used for undercurlsAdnoC1
2015-02-16syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda1
2014-12-08syntax: Use RGB/GUI attribute information for "abstract_ui"Thiago de Arruda1
2014-07-16vim: move disptick_T from vim.h to syntax_defs.hNicolas Hillegeer1
2014-06-12move SST_* defines to syntax_defsBrandon Coleman1
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