CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

🐞 Vue syntax highlighting missing

Open LeonardoLarranaga opened this issue 1 year ago • 1 comments

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

LeonardoLarranaga avatar May 11 '24 23:05 LeonardoLarranaga

@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

MrDevel0per avatar May 13 '24 21:05 MrDevel0per