CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
517 stars 84 forks source link

[feat]: Added C++ and C# language support #9

Closed lukepistrol closed 2 years ago

lukepistrol commented 2 years ago

Since the highlights.scm for C++ only contains C++ specific language features it must inherit the core features from the C language.

This PR adds an optional property parentQueryURL on CodeLanguage to make this possible.

The content of both highlights.scm files will be concatenated when creating the query.