我在Rails项目中使用TextMate 2,而“转到符号”命令不适用于.SCSS文件
当我找到这些链接转到符号不支持?和https://github.com/MarioRicalde/SCSS.tmbundle/pull/21时,我尝试更新我的https://github.com/MarioRicalde/SCSS.tmbundle/pull/21
也许我没能正确地更新捆绑?我所做的就是在我的Mac中找到这个文件:
/Users/me/Library/Application Support/TextMate/Managed/Bundles/SCSS.tmBundle删除并替换:
git clone https://github.com/MarioRicalde/SCSS.tmbundle.git我错过了什么?
发布于 2014-11-12 13:59:21
反应在于对Git和叉的了解。
我找到了解决方案在哪里,但我不知道如何实现它:我从Github克隆了错误的回购

即使不是很好.一种解决方案是替换注释的语法:
/* old comments */ 使用
// new commentshttps://stackoverflow.com/questions/26888562
复制相似问题