AutoFileName
AutoFileName copied to clipboard
Using in markdown files inside HTML-like @import statements
I know it's a rare use case, but I use <!-- @import path/to/file.md --> statements inside markdown files to imitate includes. Is it possible to force AutoFileName to show completions within these statements? I tried to add "markdown" and "comment" to afn_valid_scopes user setting, but this only helped to get completions in markdown images (like ), but not inside @import statements in the same file.
Thanks!