This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-02-11 04:36:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
3e3a5f04a2
zed
/
crates
/
languages
/
src
/
markdown-inline
/
config.toml
4 lines
67 B
TOML
Raw
Normal View
History
Unescape
Escape
Bump tree-sitter and related core language parser libraries (#14986) Closes https://github.com/zed-industries/zed/issues/4565 To fix issues with code blocks' parsing in Markdown, a tree-sitter-markdown library update is needed. But `tree_sitter::language` is used in many places within core Zed, which forced more library updates. Release Notes: - Updated tree-sitter parsers for core languages --------- Co-authored-by: Max Brunsfeld <max@zed.dev> Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
2024-07-24 20:38:21 +00:00
name
=
"Markdown-Inline"
grammar
=
"markdown-inline"
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 18:23:33 +00:00
hidden
=
true
Reference in a new issue
Copy permalink