[geany/geany] a08557: Use :: as the context separator for Rust
SiegeLord
git-noreply at xxxxx
Tue Jan 14 17:50:37 UTC 2014
Branch: refs/heads/master
Author: SiegeLord <slabode at aim.com>
Committer: SiegeLord <slabode at aim.com>
Date: Tue, 14 Jan 2014 17:50:37 UTC
Commit: a08557321296e9fa63dae7b25a2bf71a31a92b39
https://github.com/geany/geany/commit/a08557321296e9fa63dae7b25a2bf71a31a92b39
Log Message:
-----------
Use :: as the context separator for Rust
Modified Paths:
--------------
src/symbols.c
Modified: src/symbols.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -300,6 +300,7 @@ const gchar *symbols_get_context_separator(gint ft_id)
case GEANY_FILETYPES_GLSL: /* for structs */
/*case GEANY_FILETYPES_RUBY:*/ /* not sure what to use atm*/
case GEANY_FILETYPES_PHP:
+ case GEANY_FILETYPES_RUST:
return "::";
/* avoid confusion with other possible separators in group/section name */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list