ACC SHELL

Path : /usr/share/YaST2/data/
File Upload :
Current File : //usr/share/YaST2/data/sysedit.agent

    $[
	"options" : [ "line_can_continue", "global_values", "join_multiline", "comments_last" ],
	"comments": [ "^[ \t]*#.*$", "#.*", "^[ \t]*$", ],
	"params" : [
	    $[
	    	"match" : [ "^[ \t]*([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"(.*)\"", "%s=\"%s\"" ],
		"multiline" : [ "^[ \t]*([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"(.*)", "([^\"]*)\"", ],
	    ],
	    $[
	    	"match" : [ "^[ \t]*([a-zA-Z0-9_]+)[ \t]*=[ \t]*([^\"']*[^ \t\"]|)[ \t]*$", "%s=\"%s\"",],
	    ],
	    $[
	    	"match" : [ "^[ \t]*([a-zA-Z0-9_]+)[ \t]*=[ \t]*'(.*)'", "%s='%s'" ],
	    ],
	],
])
)

ACC SHELL 2018