对于 lesscss,Komodo Edit 的语言关联是什么?
我创建了 *.less 与 CSS 的文件关联,以便在 Komodo Edit 中编辑 lesscss 文件。我想要这种关联,以便编辑器可以快速自动完成,但是虽然它现在正确地抱怨语法,但 CSS 语言模式是否有一个扩展可以考虑 .less 嵌套和定义变量的能力?
I've created a file association of *.less to CSS for editing lesscss files in Komodo Edit. I want this association so that the editor can do quick auto completes, but while it's now correctly complaining about the syntax, is there an extension for the CSS language pattern that will take into account .less' ability to nest and define variables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为此,您必须编写自己的 UDL。
在他们的网站上,他们有一个教程:
您可以通过以下方式检查每种开箱即用支持的语言的所有其他 UDL:查看
{{komodo install dir}}/lib/sdk/udl
如果您最终编写了一个,请与世界分享;-)
To do that, you'd have to write your own UDL.
On their site, they have a tutorial on it:
And you can inspect all the other UDLs for each of the languages supported out-of-the-box by looking in
{{komodo install dir}}/lib/sdk/udl
If you do end up writing one, please do share it with the world ;-)
随着 Komodo 7 的发布,它现在支持 LESS 和 SCSS。
With the release of Komodo 7, it now includes support for both LESS and SCSS.