Skip to content

Commit

Permalink
ini-agent docs: fixed syntax highlight in Emacs (trivial)
Browse files Browse the repository at this point in the history
svn path=/branches/SuSE-Code-11-SP2-Branch/core/; revision=66760
  • Loading branch information
mvidner committed Nov 8, 2011
1 parent 61fa18b commit 4f5ed84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent-ini/doc/ag_ini.html
Expand Up @@ -280,7 +280,7 @@ <h4 id="params">Params:</h4>
<p>Then begin regexp is: ([^=]+)="([^"]*) and end regexp is
([^"]"). These are compared at the end so they are the last
possibility. But once we get into this "divided line" by accident,
it becomes greedy, so be carefull to forgotten ". If "multiline" is
it becomes greedy, so be carefull to forgotten &quot;. If "multiline" is
not present, this mechanism does not take in effect of course.</p>

<p>See also the option <a
Expand Down Expand Up @@ -473,7 +473,7 @@ <h3 id="sysconfig">Configuration file for sysconfig files (former rc files)</h3>
"comments": [ "^[ \t]*#.*$", "#.*", "^[ \t]*$", ],
"params" : [
$[
"match" : [ "([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"([^\"]*)\"", "%s=\"%s\"" ],
"match" : [ "([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"([^\&quot;]*)\"", "%s=\"%s\"" ],
"multiline" : [ "([a-zA-Z0-9_]+)[ \t]*=[ \t]*\"([^\"]*)", "([^\"]*)\"", ],
],
$[
Expand Down Expand Up @@ -694,7 +694,7 @@ <h3 id="ex.providers">Dialup providers (package providers)</h3>
],
"params" : [
$[
"match" : [ "^[ \t]*([^=]*[^ \t=])[ \t]*=[ \t]*(.*[^ \t]|)[ \t]*$" , "%s = ],
"match" : [ "^[ \t]*([^=]*[^ \t=])[ \t]*=[ \t]*(.*[^ \t]|)[ \t]*$" , "%s = %s" ],
],
]
)
Expand Down

0 comments on commit 4f5ed84

Please sign in to comment.