diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-03-10 19:55:21 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-03-10 19:55:21 +0000 |
commit | 378ba7703817ad5587f7f63987632fe509b68be9 (patch) | |
tree | 612b30ee4de33dd0aa032caa7715256ee763c592 /x11-libs/gtksourceview/files | |
parent | Added net-im/pymsn-t-0.11.3 (bug #212577) (diff) | |
download | historical-378ba7703817ad5587f7f63987632fe509b68be9.tar.gz historical-378ba7703817ad5587f7f63987632fe509b68be9.tar.bz2 historical-378ba7703817ad5587f7f63987632fe509b68be9.zip |
Bump to 2.2.0
* Misc bugfixes
* Updated translations
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-libs/gtksourceview/files')
-rw-r--r-- | x11-libs/gtksourceview/files/2.0/gentoo.lang | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-libs/gtksourceview/files/2.0/gentoo.lang b/x11-libs/gtksourceview/files/2.0/gentoo.lang index 76ae66f25840..3aa3a332faa0 100644 --- a/x11-libs/gtksourceview/files/2.0/gentoo.lang +++ b/x11-libs/gtksourceview/files/2.0/gentoo.lang @@ -27,6 +27,7 @@ <style id="variable" _name="Portage variables" map-to="def:builtin" /> <style id="command" _name="Portage command" map-to="def:type" /> <style id="function" _name="Portage function" map-to="def:function" /> + <style id="string" _name="String" map-to="def:string" /> </styles> <definitions> @@ -38,7 +39,7 @@ <include> <context ref="def:escape"/> <context ref="def:line-continue"/> - <context ref="sh:variable1"/> + <context ref="sh:variable"/> </include> </context> @@ -48,7 +49,7 @@ <include> <context ref="def:escape"/> <context ref="def:line-continue"/> - <context ref="sh:variable1"/> + <context ref="sh:variable"/> </include> </context> @@ -99,10 +100,8 @@ </context> <!-- gentoo is just a shell with the replacements --> - <replace id="sh:string" ref="string" /> - <replace id="sh:string-2" ref="string-2" /> <replace id="sh:built-in-command" ref="built-in-command" /> - <replace id="sh:backtick-string" ref="subprogram-2" /> + <replace id="sh:backtick-subshell" ref="subprogram-2" /> <context id="gentoo"> <include> <context ref="subprogram"/> |