summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-19 19:40:31 -0500
committerJune McEnroe <june@causal.agency>2021-01-19 19:40:31 -0500
commita4ef89693d688b37d359d1328189946388c83836 (patch)
tree303939c50cdd3f09b7272df1df81ceda7135a803 /etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout
parentAllow matching lexers using first input line (diff)
downloadsrc-a4ef89693d688b37d359d1328189946388c83836.tar.gz
src-a4ef89693d688b37d359d1328189946388c83836.zip
Match tab following escaped newline in make assignments
Otherwise it ends up going into Shell state.
Diffstat (limited to 'etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout')
0 files changed, 0 insertions, 0 deletions
src/commit/bin/hilex/c.l?id=b53f448c0aac381ad9d58f62bd1cc5ab06562d2e&follow=1'>Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe