id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3057	Update for Syntax.in file	tiandrey		"This patch fixes syntax highlighting for files in .config directory (I was wondering why my rc.lua file in ~/.config/awesome is highlighted as 'Java File' while in /etc/xdg/awesome it was highlighted correctly).

{{{
--- a/mc-4.8.9/misc/syntax/Syntax.in
+++ b/mc-4.8.9/misc/syntax/Syntax.in
@@ -117,3 +117,3 @@
 
-file ..\*\\.(properties|config) Java\sFile
+file ..\*\\.(properties|config)$ Java\sFile
 include properties.syntax

}}}
P.S.: Don't you think that "".config"" files may belong not only to Java projects?"	enhancement	closed	minor	4.8.11	mcedit	master	fixed	syntax				no branch	
