aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* refactor: remove space after starDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2395: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
|/
* refactor: define diagnostic highlights in syntax.cGregory Anders2021-10-03
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* refactor(syntax.c): format with uncrustify #15627dundargoc2021-09-11
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor(syntax): don't use pointer indirected maps for no reasonBjörn Linse2021-08-22
* perf(highlight): use a hashtable for highlight group namesBjörn Linse2021-08-19
* refactor(highlight): make syn_check_group alloc free for existing groupBjörn Linse2021-08-18
* vim-patch:8.1.2029: cannot control 'cursorline' highlighting wellzeertzjq2021-08-02
* Merge pull request #15206 from dundargoc/refactor/a-song-of-true-and-false/gl...Björn Linse2021-07-30
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* | fixup! fix(highlight): remove syncolor.vimJan Edmund Lazo2021-07-29
* | fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-27
* | fix(highlight): remove syncolor.vimGregory Anders2021-07-27
|/
* chore: use codespell to spell check #15016dundargoc2021-07-07
* feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
* startup: do "syntax enable" instead of "syntax on"Björn Linse2021-04-30
* vim-patch:8.2.2761: using "syn include" does not work properlyJan Edmund Lazo2021-04-15
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* vim-patch:8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"Andy K. Massimino2021-03-20
* vim-patch:8.2.1703: ":highlight clear" does not restore default linkAndy K. Massimino2021-03-05
* vim-patch:8.2.1693: "hi def" does not work for cleared highlightAndy K. Massimino2021-03-05
* eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* vim-patch:8.2.2011: "syn sync" reports a very large numberSean Dewar2020-11-19
* Merge pull request #13275 from janlazo/vim-8.1.0805Matthieu Coudron2020-11-14
|\
| * vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* | lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
|/
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.1678: crash when using ":set" after ":ownsyntax"Thomas Vigouroux2020-09-24
* vim-patch:8.2.0865 syntax: Add command to control how foldlevel is computedBrad King2020-06-23
* syntax: Factor out duplicate E390 stringsBrad King2020-06-23
* syntax: factor out helper to compute the syntax-based foldlevelBrad King2020-06-23
* vim-patch:8.1.1895: using NULL pointer when out of memoryJan Edmund Lazo2020-06-04
* vim-patch:8.2.0635: when using 256 colors DarkYellow does not show expected c...Jan Edmund Lazo2020-04-25