zed/crates/languages/src/markdown-inline/config.toml
Max Brunsfeld d60466212d
Hide Markdown-Inline language from users with a new 'hidden' flag on language configs (#17104)
/cc @mrnugget 

Release Notes:

- Fixed an issue where toggling inline completions in a markdown file
did not work correctly

---------

Co-authored-by: Marshall <marshall@zed.dev>
2024-08-29 11:23:33 -07:00

3 lines
67 B
TOML

name = "Markdown-Inline"
grammar = "markdown-inline"
hidden = true