[anjuta-extras] cintilla: bgo #690373 - The syntax-highlighting for Gtk types does not work from version 3.x
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta-extras] cintilla: bgo #690373 - The syntax-highlighting for Gtk types does not work from version 3.x
- Date: Sat, 9 Nov 2013 21:36:15 +0000 (UTC)
commit 088d3da478e876836efb386bfafd0b23c0de8d82
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat Nov 9 22:34:18 2013 +0100
cintilla: bgo #690373 - The syntax-highlighting for Gtk types does not work from version 3.x
plugins/scintilla/properties/styles.properties | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/scintilla/properties/styles.properties b/plugins/scintilla/properties/styles.properties
index 6d6e455..3e5331f 100644
--- a/plugins/scintilla/properties/styles.properties
+++ b/plugins/scintilla/properties/styles.properties
@@ -8222,8 +8222,8 @@ keywords.$(file.patterns.yaml)=true false yes no
style.cpp.17=$(style.anjuta.comment)
# Comment keyword error
style.cpp.18=$(style.anjuta.comment)
-# Libraries symbols
-#style.cpp.19=$(style.anjuta.syskeyword)
+# Libraries symbols (needed to highlight library functions by example GTK+)
+ style.cpp.19=$(style.anjuta.syskeyword)
# Raw strings for C++0x
style.cpp.20=$(style.anjuta.string)
# Triple-quoted strings for Vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]