Golang文本高亮支持到Kate

huangapple go评论79阅读模式
英文:

Golang text highlighting support to Kate

问题

我如何在Debian中为Kate编辑器添加golang文本高亮支持?我将go.xml文件存储在路径$GOROOT/misc/kate中。我无法弄清楚如何将所需的高亮添加到我的Kate安装中。

英文:

How do I add golang text highlighting support to Kate Editor in Debian? I have the go.xml file stored in path $GOROOT/misc/kate. I can't figure out how to add the required highlights to my Kate installation.

答案1

得分: 3

你可以将go.xml放到以下位置:

~/.kde/share/apps/katepart/syntax/(用户配置)

或者

/usr/share/kde4/apps/katepart/syntax/(系统配置)

如果该文件夹不存在,请创建它。

英文:

You can put go.xml to

~/.kde/share/apps/katepart/syntax/ (user config)

or

/usr/share/kde4/apps/katepart/syntax/ (system config)

if this folder not exists, create it.

答案2

得分: 0

在我的SUSE上,路径是:
$HOME/.kde4/share/apps/kate(注意:不是katepart)
我还需要添加最后一个"syntax"目录。

英文:

on my SUSE the path is:
$HOME/.kde4/share/apps/kate (note: not katepart)
and I had to add the last "syntax" dir.

huangapple
  • 本文由 发表于 2013年3月15日 09:04:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/15422975.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定