CodeEditApp / CodeEditApp/CodeEditLanguages

👀 Missing Languages

未關閉
#10 16 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement epic help wanted
主要語言
Swift
星號
133
分支
55
PR 合併指標
30 天內沒有已合併 PR

描述

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)

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。