<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 6 Jul 2016, at 19:31, Rob McBroom wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">I wasn’t able to get it to work based on extension either
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">This is related to Koen Punt’s issue. Settings targeted at file types (globs) don’t work at all in the current release. I hope to push a fix later today.</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">For example, this will match both plain text and Markdown:
</div><div dir="auto">
</div><div dir="auto">[ text.html.markdown,text.plain ]
</div><div dir="auto">
</div><div dir="auto">This won’t:
</div><div dir="auto">
</div><div dir="auto">[ text.html.markdown, text.plain ]
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">This is what the parser expects: <code style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; padding:3px" bgcolor="#F7F7F7">'[' «string» (';' «string»)* ']'</code></p>

<p dir="auto">Here a string can either be quoted or not contain any whitespace.</p>

<p dir="auto">Though it seems there is no technical reason for this rather strict requirement, so I’ll add a TODO.</p>
</div>
</div>
</body>
</html>