如何为Geany添加Go支持

我正在尝试使语法成为重点,并为Geany提供构建选项,有什么建议吗?


素胚勾勒不出你
浏览 462回答 3
3回答

幕布斯7119047

这是史蒂夫·霍斯利(Steve Horsley)发布到golang-nuts的Geany格式说明:在Geany中,转到“工具”->“配置文件”->“ filetype_extensions.conf”,然后添加以下新标题:Go=*.go;将C定义filetypes.c复制到filedefs / filetypes.Go.conf中:cp /usr/share/geany/filetypes.c ~/.config/geany/filedefs/filetypes.Go.conf编辑filetypes.Go.conf并将设置和关键字部分更改为此:[settings]# default extension used when saving filesextension=golexer_filetype=C[keywords]# all items must be in one lineprimary=break case chan const continue default defer else fallthrough for func go goto if import interface map package range return select struct switch type varsecondary=byte int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float32 float64 complex64 complex128 uintptr string
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go