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

add support for flex properties #46

Open
Delapouite opened this issue Mar 26, 2016 · 2 comments
Open

add support for flex properties #46

Delapouite opened this issue Mar 26, 2016 · 2 comments

Comments

@Delapouite
Copy link

Hi

Some recently introduced CSS properties would be a nice additions to this plugin : flex-grow, justify-content, align-items

@iansinnott
Copy link

iansinnott commented Sep 12, 2016

I agree it would be nice if this worked out of the box, but these properties are still getting picked up as stylusProperty, which means you can manually link their syntax highlighting style. In your vimrc:

hi link stylusProperty cssVisualProp

You can also run this in a window and see the result. Worked for me to make flex properties highlight the same as everything else.

@talmobi
Copy link

talmobi commented Jan 17, 2017

@iansinnott works perfectly! Thanks!

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

3 participants