aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/parser/parser.h
Commit message (Expand)AuthorAge
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix uncrustify lint errorsdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* ex_getln: Make use of new parser to color expressionsZyX2017-10-29
* klee: Include colors in testZyX2017-10-16
* viml/parser/expressions: Finish parserZyX2017-10-15
* viml/parser: Add helper functions for highlightingZyX2017-10-08
* viml/parser: Handle encoding conversionsZyX2017-10-08
* viml/expressions: Add lexer with some basic testsZyX2017-10-08