mirror of https://github.com/fredrikekre/Runic.jl
Browse Source
This patch relaxes the toggle comments `# runic: (off|on)` such that the comment may contain more than just the toggle comment. This is useful when combining with other "pragmas" such as e.g. Literate.jl line filters. For example, the following now also toggles formatting: ```julia \# runic: off #src not = formatted #src \# runic: on #src ```pull/88/head
3 changed files with 16 additions and 7 deletions
Loading…
Reference in new issue