CodeEditApp / CodeEditApp/CodeEditLanguages

👀 Missing Languages

Abierto
#10 16 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement epic help wanted
Lenguaje dominante
Swift
Estrellas
133
Forks
55
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

There are several [`language grammars`](https://tree-sitter.github.io/tree-sitter/#available-parsers) available for `tree-sitter`. Checked items have SPM already implemented.

## Supported languages

See the following section in the README:

* https://github.com/CodeEditApp/CodeEditLanguages#supported-languages

> Important to know is that some language grammars depend on another grammar to function properly (e.g.: C++ depends on the C grammar). Therefore the `highlights.scm` files need to be concatenated when run.
>
> This can also happen when there are different flavors available (e.g: JavaScript & JSX). In this case there is an additional `highlights-jsx.scm` file located in the JavaScript's grammar `queries` folder.

## Add new Languages

In order to make it a little easier to add SPM support to grammars, I wrote an article in the documentation: [`Add languages`](https://codeeditapp.github.io/CodeEditLanguages/documentation/codeeditlanguages/add-languages)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.