-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: syntax highlighting for MDX files (Markdown + JSX) #11288
Comments
Not a full solution, but adding the following to your (defun dotspacemacs/user-config ()
(add-to-list 'auto-mode-alist '("\\.mdx\\'" . markdown-mode)) |
The following PRs changes have been applied to the If someone can confirm that it works on the latest develop branch then we can close this. |
@duianto I did test this and it does work. Not optimal but it works |
Thanks for testing. This can be a first step. If someone wants to create better syntax highlighting, then this guide might be helpful: |
mdx-js/mdx#119
The text was updated successfully, but these errors were encountered: