Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifier highlighting fails if only one modifier name with a variable #35

Open
wwalker opened this issue Jun 17, 2020 · 2 comments
Open

Comments

@wwalker
Copy link

wwalker commented Jun 17, 2020

First, Thank you for writing i3-config.vim!

Not an important issues, but sometimes vim doesn't highlight the modifier keywords.

# vim: ft=i3config
# These lines do NOT syntax highlight the Control, Shift, or Alt:

bindsym Control+$mod+m unmark x
bindsym Shift+$mod+m unmark x
bindsym Alt+$mod+m unmark x

bindsym Control+$alt+m unmark x
bindsym Shift+$alt+m unmark x
bindsym Alt+$alt+m unmark x

# These lines DO syntax highlight the Control, Shift, or Alt:
bindsym Control+m unmark x
bindsym Shift+m unmark x
bindsym Alt+m unmark x

bindsym Shift+Control+$mod+m unmark x
bindsym Alt+Shift+$mod+m unmark x
bindsym Shift+Alt+$mod+m unmark x
@wwalker
Copy link
Author

wwalker commented Jun 17, 2020

vim-i3

@mboughaba
Copy link
Owner

mboughaba commented Jun 18, 2020

Will look into it thanks for the report !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants