有没有办法在非 css 文件上使用 CSS Zen 编码

发布于 2024-12-05 04:38:19 字数 241 浏览 3 评论 0原文

我目前使用 notepad++、coda 和 espresso。我找不到在非 css 文件上使用 css zen 编码的方法,例如在 html 文件或指南针的 scss 上。

我想对指南针使用 zen 编码,因为输入 bgc 作为背景颜色比输入整个单词要快得多。它适用于 css 文件,但不适用于任何其他方式。

问题是:如何强制执行 css zen 编码,这样它就不会 xpand 与 html < >

谢谢

I currently use notepad++, coda and espresso. I can't find a way to use the css zen coding on non css file for example on html file or scss for compass.

I would like to use zen coding for compass since it's much faster to type bgc for background-color instead of typing the whole word. It works on css files but not any other way.

the question is: how to enforce css zen coding, so it doesn't xpand with html < >

Thank You

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

天荒地未老 2024-12-12 04:38:19

好吧,我认为你可以稍微修改一下插件的代码以获得你想要的结果。

假设您从此处获取 Zen CSS 插件,您可以转到 Zen Coding.js 并修改第 26 行的代码以添加您需要的额外扩展。这只是一个猜测,但通常你会按照这些思路做一些事情。祝你好运!

Well, I think you can hack the code of the plugin a little bit to get the result that you want.

Assuming you get your Zen CSS plugin from here, you can go to Zen Coding.js and modify code on line 26 to add extra extensions that you need. This is just a guess, but generally you do something along those lines. Good luck!

躲猫猫 2024-12-12 04:38:19

对于expresso,我找到了答案,我认为对于任何编辑器来说都是一样的,只需进入espresso工具栏视图->语言->css即可。
其他人也必须是一样的;)

For expresso I found the answer, and I think it's the same for any editor just go to in espresso toolbar view->language->css.
It must be the same for the others ;)

酒与心事 2024-12-12 04:38:19

在 Notepad++ 中,转到“设置”->“样式配置器

在语言列表中选择 CSS。在用户分机中。在文本框中,输入“scss”或您希望 Zen Coding 插件使用的任何其他扩展名。

注意:此方法还将您的 scss 格式化为 css,这对于普通的 scss 文件非常有用,但对于部分文件可能很难看。

希望这有帮助!

In Notepad++, Go to Settings -> Style Configurator

Select CSS in the Languages list. In the user ext. text box, type "scss" or any other extension you would want the Zen Coding plugin to work with.

Note: This method also formats your scss as css which is great for normal scss files but might be ugly for partials.

Hope this helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文