CodeEditApp / CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
20.52k stars 975 forks source link

🐞 Vue syntax highlighting missing #1709

Open LeonardoLarranaga opened 1 month ago

LeonardoLarranaga commented 1 month ago

Description

.vue files do not have syntax highlighting.

To Reproduce

Open any .vue file.

Expected Behavior

.vue files should have syntax highlighting.

Version Information

CodeEdit: [e.g. 0.1.0] macOS: [e.g. 14.4.1] Xcode: [e.g. 15.3]

Additional Context

No response

Screenshots

Screenshot 2024-05-11 at 4 24 55 PM
MrDevel0per commented 1 month ago

@LeonardoLarranaga CodeEdit relies on Tree Sitter for Syntax Highlighting in the following repo: https://github.com/CodeEditApp/CodeEditLanguages I've opened a GitHub Issue for it: CodeEditApp/CodeEditLanguages#73