Pavel Zolotarevskiy
Pavel Zolotarevskiy
Sure, that would be possible to add, though I'm not really sure what step of the release process this would be useful for - the compilation of the code is...
What about updating the version in the `meson.build` file? I assumed that it has to be updated to the current version, but it seems like it's actually supposed to be...
> At most, if you want to go fancy, the action could check if the action release version is equal to meson release version? That'll mean that there will be...
I don't think this has much value, since Flatpak is supposed to be a distro-agnosic platform to run apps on. > So just as a way to know which distros...
@hfiguiere in that case this issue should probably be closed as wontfix
@tjdevries does this show the completion as virtual text? Not having virtual text completions and relying on cmp means that multiline completions are pretty unusable
In that case this can be considered a feature request issue now ig
UPD: ranged tags work when there's just text inside of them, but some markup like headings or other tags break it.
This seems to be due to ranged tag content expecting a paragraph: https://github.com/nvim-neorg/tree-sitter-norg/blob/9766442985fd546e2d33f8d1c7e7619ed07860cf/grammar.js#L821 So any non-paragraph markup is disallowed
@vhyrro I think this can be fixed by simply replacing the `$.paragraph` selector with a choice similar to what's currently used in `$.document`. However, AFAIK the `|example` tag should not...