CodeEditApp / CodeEditLanguages

A Collection of Tree-Sitter Parsers for Syntax Highlighting
105 stars 31 forks source link

Syntax Highlighting missing for some file extensions. #18

Closed Cubik65536 closed 1 year ago

Cubik65536 commented 1 year ago

I found out that some languages are not fully supported. For example, Java source code has two extensions: .jav (which is not that commonly used but is the default for CodeEdit) and .java. And it seems that the .jav files are not supported by the Syntax Highlighting feature.

lukepistrol commented 1 year ago

Should be an easy fix. Will add that now 😉