summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/viml/parser/parser.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor: fix uncrustify lint errorsdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2017-10-29ex_getln: Make use of new parser to color expressionsZyX1
2017-10-16klee: Include colors in testZyX1
2017-10-15viml/parser/expressions: Finish parserZyX1
2017-10-08viml/parser: Add helper functions for highlightingZyX1
2017-10-08viml/parser: Handle encoding conversionsZyX1
2017-10-08viml/expressions: Add lexer with some basic testsZyX1