Re: [NTG-context] vim module: modify line wrapping

2015-05-15 Thread Andreas Schneider
Am 14.05.2015 17:26, schrieb Aditya Mahajan: I just released a newer version to t-vim where the `option=hypenated` is documented. It is also possible to hyphenate words by using \definevimtyping[...][..., option={packed,hyphenated}, align=hyphenated, ] Aditya Thank you for that

Re: [NTG-context] vim module: modify line wrapping

2015-05-15 Thread Aditya Mahajan
On Fri, 15 May 2015, Andreas Schneider wrote: Am 14.05.2015 17:26, schrieb Aditya Mahajan: I just released a newer version to t-vim where the `option=hypenated` is documented. It is also possible to hyphenate words by using \definevimtyping[...][..., option={packed,hyphenated},

Re: [NTG-context] vim module: modify line wrapping

2015-05-14 Thread Aditya Mahajan
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

Re: [NTG-context] vim module: modify line wrapping

2015-05-14 Thread Aditya Mahajan
On Thu, 14 May 2015, Aditya Mahajan wrote: On Wed, 13 May 2015, Andreas Schneider wrote: Here is an example: \usemodule[vim] \definevimtyping[JSON][syntax=javascript, lines=split, strip=yes] Add

Re: [NTG-context] vim module: modify line wrapping

2015-05-13 Thread Andreas Schneider
Am 12.05.2015 21:09, schrieb Aditya Mahajan: Does \setbreakpoints[compound] help? If not, please post a minimal example. Aditya Unfortunately not. Here is an example: \usemodule[vim]

[NTG-context] vim module: modify line wrapping

2015-05-12 Thread Andreas Schneider
Hi, vimtyping already offers line wrapping by specifying lines=split. However, some /lines/with/very/long/sequences/of/somehow/breakable/chars do not break at all. In that given example, I would like to also allow vimtyping to break lines at /. Is something like that possible? And if so: how?

Re: [NTG-context] vim module: modify line wrapping

2015-05-12 Thread Aditya Mahajan
On Tue, 12 May 2015, Andreas Schneider wrote: Hi, vimtyping already offers line wrapping by specifying lines=split. However, some /lines/with/very/long/sequences/of/somehow/breakable/chars do not break at all. In that given example, I would like to also allow vimtyping to break lines at /.