CodeEditApp/CodeEdit

๐Ÿž Vue syntax highlighting missing

LeonardoLarranaga opened this issue ยท 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 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