github-linguist/linguist

Add Language Stealify which is a Complex edge case Maybe?!

Open

#6,103 创建于 2022年10月2日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Ruby (5,166 fork)batch import
Add LanguageGood First Issue

仓库指标

Star
 (13,466 star)
PR 合并指标
 (平均合并 102天 5小时) (30 天内合并 19 个 PR)

描述

Language name

Stealify which will implement all linguist languages

Stealify is a Polyglot Language and Compiler it aims to be Markdown Compatible while it introduces additional invocations and not only the code block directives in Markdown it adds additional Typescript/Stealify Lang/ ECMAScript / Javascript tagged template string calls to objects named 1:1 related to the file extension and or Language Name in linguist

I try to depend on the same language.yml converted to json for convinience to make overall Interop between existing open source more streamlined

URL of example repository

https://github.com/stealify/lang/tree/main/linguist-examples

URL of syntax highlighting grammar

This is the main problem i guess i am not sure this will take some time to evaluate in general we map

.js => js``, js()
.ts => ts``, ts()
d.ts => d.ts``, d.ts() 
// importent in this concept is that inside that we would not handle js`c`` `
.md`this would handle stealify so is equal to stealify parsing rules`
.stealify`this can be nested`

Most popular extensions

as of time of writing i guess this is the list of directly affected files while stealify is manatory for the first integration step everything else will need maybe many iterations. .stealify .md .ts .mts .cts .js

Detected language

as of time of writing i guess this is the list of directly affected files while stealify is manatory for the first integration step everything else will need maybe many iterations. .stealify .md .ts .mts .cts .js

贡献者指南