summary refs log tree commit diff
path: root/.config/nvim/syntax
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-11-10 14:23:52 -0500
committerJune McEnroe <june@causal.agency>2016-11-10 14:23:52 -0500
commitcfe5bcc11802fe19668629c100bee302498e0ed1 (patch)
tree48b6aa9acb2890f1c0b884b9ce042326fc240cd8 /.config/nvim/syntax
parentUpdate pbd.c style (diff)
downloadsrc-cfe5bcc11802fe19668629c100bee302498e0ed1.tar.gz
src-cfe5bcc11802fe19668629c100bee302498e0ed1.zip
Set tmux status colors BLACK
Diffstat (limited to '.config/nvim/syntax')
0 files changed, 0 insertions, 0 deletions
='2021-01-19 22:40:14 -0500'>2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe