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

Add Supported Languages #7

Closed Angelk90 closed 2 years ago

Angelk90 commented 2 years ago

@lukepistrol : Parsers for these languages are fairly complete: ERB/EJS, OCaml, Toml, Verilog

Parsers for these languages are in development: Agda, Haskell, Julia, Perl, Scala, Sql

CodeQL: https://github.com/tree-sitter/tree-sitter-ql JSDoc: https://github.com/tree-sitter/tree-sitter-jsdoc

Missing: Clojure, Sass, Xml

lukepistrol commented 2 years ago

@Angelk90 Thanks! Please update the list and fix merge conflicts