summary refs log tree commit diff
path: root/home/.config/nvim/syntax/nasm.vim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-07 03:33:56 -0500
committerJune McEnroe <june@causal.agency>2019-02-07 03:33:56 -0500
commitef517b4cb0473c2cd6bc60e41139e6f3517c00aa (patch)
tree06c5a383ed8a7e9869538471ef2070186a9b0bbd /home/.config/nvim/syntax/nasm.vim
parentAdd Todo class and parent syntax constraint (diff)
downloadsrc-ef517b4cb0473c2cd6bc60e41139e6f3517c00aa.tar.gz
src-ef517b4cb0473c2cd6bc60e41139e6f3517c00aa.zip
Add Escape class to hi
Diffstat (limited to 'home/.config/nvim/syntax/nasm.vim')
0 files changed, 0 insertions, 0 deletions
tags.c?id=3968224ad89128d743d92c5b121479d6dd67b6c5&follow=1'>Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 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 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe