github-linguist/linguist

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

Open

#6,103 opened on Oct 2, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Ruby (13,466 stars) (5,166 forks)batch import
Add LanguageGood First Issue

Description

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

Contributor guide