ntrel commented on this pull request.
> +comment_single=# +comment_use_indent=true +tag_parser=Python +lexer_filetype=Python + +[indentation] + +type=0 + +[build-menu] + +# %f will be replaced by the complete filename +# %e will be replaced by the filename without extension +# (use only one of it at one time) +compiler=nim c "%f" +run_cmd=%e This should use `"%e"` in case there are spaces in the path. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2085#pullrequestreview-247179194
