Skip to content
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

Add markdown highlighting for @docs @moduledocs and @typedocs #90

Merged
merged 3 commits into from
Dec 25, 2024

Conversation

Terbium-135
Copy link
Contributor

All credits for this fix going to https://github.com/SteffenDE

Fixes #87

@Blond11516
Copy link
Collaborator

@Terbium-135 Thanks for your work getting this resolved!

I've checked out the branch and it indeed seems to be working correctly.

I'll only need two things before I can approve and merge the branch:

  1. Fixing the formatting (you can do so with npm run format)

  2. Adding an entry at the top of CHANGELOG.md. It should look something like this:

    ## [Unreleased]
    
    ### Added
    
    - Added syntax highlighting...

    Be sure to thank Steffen and yourself in there!

@Terbium-135
Copy link
Contributor Author

Added requested changes.
And Merry Christmas/Happy Holidays

@Blond11516
Copy link
Collaborator

Thanks! I updated the changelog, you deserve some credit too!

I'll merge this and give it a little bit before cutting a release, just in case.

Happy holidays to you too!

@Blond11516 Blond11516 merged commit ee80d8b into lexical-lsp:main Dec 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add embedded language support for markdown in @docs and @moduledocs
2 participants