CodeEditApp / CodeEditSourceEditor

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

chore: added `CaptureNames` enum, added tests #53

Closed lukepistrol closed 2 years ago

lukepistrol commented 2 years ago

Using enum cases instead of string literals now when getting a theme color for a capture name.

Related Issue: