Rane Brown

Results 34 comments of Rane Brown

That would be neat but my guess is that it would be rather complicated. If you want to give it a shot feel free to open a PR.

@l29ah I saw this recently which seems promising

@Nudin did you ever get anywhere with this?

Might be worth adding `\[ \]` as an option for math since that would probably have less conflicts (in addition to the disable option).

The regex patterns that are used to match links and other behavior aren't defined until the syntax file is loaded [here](https://github.com/vimwiki/vimwiki/blob/6787e0fb7e772b7470d7f8e48a4b653450ea0e98/syntax/vimwiki.vim#L17). It would probably be ok to make the regex...

@Vaelatern If you want to test this out and provide the numbers we could make the change.

Yes. It should work to delete that line from the syntax file and move it to `vars.vim` at the end of the `vimwiki#vars#init` function and then do some profiling with...

Modify it to `call vimwiki#vars#populate_syntax_vars(vimwiki#vars#get_wikilocal('syntax'))`

I'm interested in being a maintainer. Let me know if you need any other info. Thanks!

@Nudin do you have the ability to add maintainers?