aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* build/MSVC: fix "C4005: RGB: macro redefinition"Justin M. Keyes2018-03-18
* vim-patch:8.0.0513: fix getting name of cleared highlight group (#8103)KunMing Xie2018-03-08
* vim-patch:8.0.0220: highlight completion misses some values #8013ckelsel2018-03-04
* vim-patch:8.0.1561: crash with rust syntax highligting (#8095)James McCoy2018-03-03
* vim-patch:8.0.0214 (#8010)KunMing Xie2018-02-19
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* vim-patch:8.0.0672: synconcealed() changes too often #7887nate2018-02-01
* Merge #7424 'vim-patch: 8.0.0198, 8.0.0200, 8.0.0201, 8.0.0202, 8.0.0204'Justin M. Keyes2018-01-18
|\
| * lintdvejmz2018-01-09
| * vim-patch:8.0.0204: compiler warns for uninitialized variabledvejmz2018-01-09
| * vim-patch:8.0.0201: completion of highlight groups includes cleared namesdvejmz2018-01-09
| * vim-patch:8.0.0198dvejmz2018-01-09
|/
* *: Replace all occurrences of NVim with NvimZyX2017-11-30
* functests: Add some more testsZyX2017-11-26
* Merge branch 'master' into expression-parserZyX2017-11-26
|\
| * :highlight : avoid redraw on errornate2017-11-25
| * syntax.c: Fix maybe-uninitialized warning (#7596)Phlosioneer2017-11-21
* | Merge branch 'master' into expression-parserZyX2017-11-19
|\|
| * Use PRId64 to format Integer when calling api_set_errorJames McCoy2017-11-12
| * doc: deprecate 'highlight'; remove howto.txt (#7497)Justin M. Keyes2017-11-07
* | syntax: Fix duplicate group definitionsZyX2017-11-19
* | unittests,syntax: Check for sanity of highlight_init_cmdlineZyX2017-11-13
* | viml/parser/expressions: Add support for parsing assignmentsZyX2017-11-12
* | *: Fix linter errorsZyX2017-10-30
* | syntax,viml/parser/expressions: Add missing highlight groupsZyX2017-10-29
* | syntax: Adjust position and arguments of syn_init_cmdline_highlightZyX2017-10-29
* | syntax,viml/expressions/parser: Create defaults for expr highlightingZyX2017-10-29
|/
* Merge #7327 from ckelsel/vim-8.0.0131Justin M. Keyes2017-10-09
|\
| * Merge branch 'master' into vim-8.0.0131KunMing Xie2017-10-08
| |\
| * | vim-patch:8.0.0155ckelsel2017-09-28
* | | test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes2017-10-08
* | | Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
|\ \ \ | |_|/ |/| |
| * | Remove duplicate ATTRENTRY_INITMatthieu Coudron2017-09-30
| * | Changed prototypes to accept a boolean "rgb"Matthieu Coudron2017-09-30
| * | Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
| * | Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
| |/
* | vim-patch:8.0.0142 (#7335)KunMing Xie2017-10-07
* | vim-patch:8.0.0157 (#7362)KunMing Xie2017-10-07
|/
* syntax.c: styleMatthieu Coudron2017-08-22
* syntax.c: register 'Normal' highlight groupMatthieu Coudron2017-08-22
* syntax: Fix V763: parameter always rewritten before being usedZyX2017-07-04
* syntax: Silence V782ZyX2017-05-20
* options: make 'highlight' read-onlyBjörn Linse2017-05-15
* *: Add comment to all C filesZyX2017-04-19
* highlight: default Cursor to guibg=fg, guifg=bgMatthieu Coudron2017-04-17
* coverity/56795: Fix NULL dereference in :syn keyword non-printableZyX2017-04-09
* 'listchars': `Whitespace` highlight group #6367Yichao Zhou2017-04-03
* tui: 'guicursor' colorMatthieu Coudron2017-04-01