aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | Merge pull request #17589 from kchibisov/add-dashed-dotted-underlineJames McCoy2022-03-05
|\ \
| * | feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* | | refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
|/ /
* | feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | feat(highlight): support color names for ctermLewis Russell2022-02-16
* | fix(highlight): allow globals to be clearedLewis Russell2022-02-16
|/
* vim-patch:8.2.4307: a few more messages should not be translatedzeertzjq2022-02-06
* vim-patch:8.2.4303: a few messages should not be translatedzeertzjq2022-02-06
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\
| * refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* | vim-patch:8.2.3757: an overlong highlight group name is silently truncatedJames McCoy2021-12-08
* | vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
|/
* Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustifyBjörn Linse2021-12-04
|\
| * refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* | Merge pull request #16381 from VVKot/vim-8.1.0228Jan Edmund Lazo2021-11-30
|\ \ | |/ |/|
| * vim-patch:8.1.1393: unnecessary type castsVVKot2021-11-22
* | vim-patch:8.1.1606: on a narrow screen ":hi" output is confusing (#16388)Volodymyr Kot2021-11-21
|/
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* vim-patch:8.1.2395: using old C style commentsDundar Göc2021-10-21
* 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