-
Notifications
You must be signed in to change notification settings - Fork 8
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
Interferes with vims own sass syntax definition #9
Comments
Unfortunately, this script only work with standard CSS file. Sass syntax script requires the original CSS syntax script, or any script that follows original's design pattern. I didn't follow the design pattern for some purposes. For example, original doesn't support indicating if there's a prefix like And according of feature voting in vim.org, the next big version may introduce Python as built-in script language. I'm waiting for it. For now, I suggest you to try css3 syntax or vim-css3-syntax. Or if you wanna use my script, there's two ways:
or
|
Thanks for your reply. You may want to add the .vimrc config snippet to your readme, as I ran into the error while relying on vims default behavior (it could also come from the rails.vim plugin, not entirely sure there). I'm sure other people will encounter the warnings as well :) |
After installing Better CSS Syntax, when I open a SASS file, I get the following errors and warnings displayed by vim:
The text was updated successfully, but these errors were encountered: