summary refs log tree commit diff
path: root/home/.config/nvim/syntax
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-18 21:07:46 -0500
committerJune McEnroe <june@causal.agency>2019-02-18 21:07:46 -0500
commit8f027a00b050ca0a24c1cc694ae9264c7f6c803f (patch)
tree77d5c9a562ef5d851a0e6d59b1bce61d55a276cd /home/.config/nvim/syntax
parentMatch whitespace between * [] {} (diff)
downloadsrc-8f027a00b050ca0a24c1cc694ae9264c7f6c803f.tar.gz
src-8f027a00b050ca0a24c1cc694ae9264c7f6c803f.zip
Don't match nested parentheses in Tag for C
Fixes mistaken highlight of:

    pngWrite(file, (uint8_t []) { 0, 0, 0 }, 3);
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
n1/hilex.1?id=399db92745bcbaa8a9345eed26848d39dc3ea220&follow=1'>Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe