This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Syntax file rewrite #7
Comments
So how goes this project? Thanks for your work btw. |
You're welcome. :) No progress on that so far, and I did not try recently. |
PotatoesMaster
added a commit
that referenced
this issue
Oct 22, 2015
Highlight considering the context : - highlight arguments if they are valid for use with the preceding command; - highlight commands depending on the surrounding block (mode/bar/none). The goal is to correctly highlight a same word used as command and as argument (e.g. scratchpad, floating).
It's good so far. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The syntax file needs a rewrite, for several reasons:
syn region
for exec commands and string andnextgroup=
at several places, but it does not work that well as of now and need to be rethought.client.*
keywords are not highlighted, becauseclient
itself is a keyword and take precedence.i3 generate its syntax from custom files, parsed by a perl script (spec files, script). These files could be used to generate a syntax file.
The text was updated successfully, but these errors were encountered: