cakebaker / scss-syntax.vim

Vim syntax file for scss (Sassy CSS)
386 stars 71 forks source link

An error in vim74 open a scss file #28

Closed 1950195 closed 11 years ago

1950195 commented 11 years ago

Error detected while processing ~/.vim/vim-addons/github-cakebaker-scss-syntax.vim/syntax/scss.vim: line 21: E409: Unknown group name: css._Attr,css.Prop,cssComment,cssValue.,cssColor,cssUrl,cssImportant,cssError,cssStringQ,cssStringQQ,cssFunction,cssUnicodeEscape,scssDefinition,scssComm ent,scssIdChar,scssClassChar,scssAmpersand,scssVariable,scssInclude,scssExtend,scssDebug,scssWarn,@scssControl,scssInterpolation,scssNestedSelector,scssReturn,scssFn E475: Invalid argument: scssDefinition transparent matchgroup=cssBraces start='{' end='}' contains=css._Attr,css.Prop,cssComment,cssValue.,cssColor,cssUrl,cssImportant,cssError,cs sStringQ,cssStringQQ,cssFunction,cssUnicodeEscape,scssDefinition,scssComment,scssIdChar,scssClassChar,scssAmpersand,scssVariable,scssInclude,scssExtend,scssDebug,scssWarn,@scssContr ol,scssInterpolation,scssNestedSelector,scssReturn,scssFn E409: Unknown group name: css._Attr,css.Prop,cssComment,cssValue.,cssColor,cssUrl,cssImportant,cssError,cssStringQ,cssStringQQ,cssFunction,cssUnicodeEscape,scssDefinition,scssComm ent,scssIdChar,scssClassChar,scssAmpersand,scssVariable,scssInclude,scssExtend,scssDebug,scssWarn,@scssControl,scssInterpolation,scssNestedSelector,scssReturn,scssFn E475: Invalid argument: scssDefinition transparent matchgroup=cssBraces start='{' end='}' contains=css._Attr,css.Prop,cssComment,cssValue.,cssColor,cssUrl,cssImportant,cssError,cs sStringQ,cssStringQQ,cssFunction,cssUnicodeEscape,scssDefinition,scssComment,scssIdChar,scssClassChar,scssAmpersand,scssVariable,scssInclude,scssExtend,scssDebug,scssWarn,@scssContr ol,scssInterpolation,scssNestedSelector,scssReturn,scssFn Press ENTER or type command to continue

cakebaker commented 11 years ago

Hm, I can't reproduce it here. Can you provide some more info, if possible? Do you get this error with all scss files or only with some specific files?

1950195 commented 11 years ago

Thx, that only open a new scss file, like: $ vim test.scss this error occurred before open vim gui.

Others vim plugin like github:othree/html5.vim, also has issue in vim74...

1950195 commented 11 years ago

I got it... github:lepture/vim-css, because this plugin has an error. And I used github:hail2u/vim-css3-syntax to instead, it's fixed now.

Thanks, and sorry about this.

cakebaker commented 11 years ago

No problem, I'm glad you could resolve the issue.