[geany/geany] dde13c: Syntax-highlight go types
Jiří Techet
git-noreply at xxxxx
Thu May 28 14:27:32 UTC 2015
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Thu, 28 May 2015 14:27:32 UTC
Commit: dde13c7a1627fa3e614e4a3900bad8c0f2b43ca4
https://github.com/geany/geany/commit/dde13c7a1627fa3e614e4a3900bad8c0f2b43ca4
Log Message:
-----------
Syntax-highlight go types
Modified Paths:
--------------
src/document.c
Modified: src/document.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -2649,6 +2649,7 @@ void document_highlight_tags(GeanyDocument *doc)
case GEANY_FILETYPES_OBJECTIVEC:
case GEANY_FILETYPES_VALA:
case GEANY_FILETYPES_RUST:
+ case GEANY_FILETYPES_GO:
{
/* index of the keyword set in the Scintilla lexer, for
--------------
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