14 May
2015
14 May
'15
4:36 p.m.
On Wed, 13 May 2015, Andreas Schneider wrote:
Here is an example:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \usemodule[vim] \definevimtyping[JSON][syntax=javascript, lines=split, strip=yes]
Add `option=hyphenated`.
\starttext The example:
\startJSON { "sample_parameter": "http://some/url/with/a/lot/of/path/elements?and=some&variables=too" } \stopJSON
\stoptext
Aditya