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

feat(ft): add astro support #359

Merged
merged 4 commits into from
Aug 1, 2023
Merged

feat(ft): add astro support #359

merged 4 commits into from
Aug 1, 2023

Conversation

tjex
Copy link
Contributor

@tjex tjex commented Jun 4, 2023

identical to html.
astro files use javascript / typescript in the frontmatter section of a .astro file, which is already supported. Tested that comments work in both fields of Astro file, ie:

---
// js
---

<!-- astro -->

~
~

identical to html. 
astro files use javascript / typescript in the frontmatter section of a .astro file, which is already supported. 
Tested that comments work in both fields of Astro file, ie:

---
// js
---

<!-- astro -->

~
~
lua/Comment/ft.lua Outdated Show resolved Hide resolved
@tjex tjex requested a review from numToStr August 1, 2023 15:05
@numToStr numToStr changed the title add astro comment feat(ft): add astro support Aug 1, 2023
@numToStr numToStr merged commit bacbed6 into numToStr:master Aug 1, 2023
@tjex tjex deleted the patch-1 branch August 1, 2023 17:19
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.

None yet

2 participants