在Geany问题中突出的另一种语法

时间:2013-06-30 19:47:40

标签: syntax-highlighting geany falcon

我试图让Geany识别Falcon的语法高亮,但到目前为止没有运气。我试过跟this SO solution,但没有这样的运气。我在Fedora 18上使用Geany的1.23版。以下是我的自定义~/.config/geany/filedefs/filetypes.Falcon.conf文件:

   [keywords]
   primary= <snip>
   identifiers=<snip>

   [settings]
   extension=fal
   comment_single=//
   comment_open=/*
   comment_close=*/
   comment_use_indent=false
   symbol_list_sort_mode=1
   tag_parser=Falcon
   lexer_filetype=Python

   [indentation]
   width=4
   type=0

   # (use only one of it at one time)
   compiler=
   linker=
   run_cmd=falcon "%f"

我删除了所有primaryidentifiers,因为它们很长,但我确实包含了它们。我尝试过使用lexer_filetype=C,但仍然没有语法突出显示。有什么建议可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

您是否更新了filetype_extensions.conf?

您是否在http://geany.org/manual/#creating-a-custom-filetype-from-an-existing-filetype查看了手册?