You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
language-gfm uses the old textmate grammar for markdown, which means it's using the oold grammars for embedded languages as well. language-gfm should use an up-to-date tree sitter grammar, e.g. tree-sitter-markdown
Steps to Reproduce
Use language-gfm
embedded grammars may not support up-to-date features, e.g. ?.?? optional chaining and nullish coalescing in JavaScript
Expected behavior:
JavaScript with embedded html, itself embedded in markdown should render like: