github-linguist/linguist

[Language Addition] BBCode

クローズ

#7,134 opened on 2024/11/21

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (5,166 件のフォーク)batch import
Add LanguageGood First Issue

Repository metrics

Stars
 (13,466 個のスター)
PR merge metrics
 (平均マージ 102d 5h) (30d で 19 merged PRs)

説明

This replaces @janmm14's github.com/github-linguist/linguist/issues/3516:

Please see the guidelines to add support for a new language to Linguist. If bbcode meets the requirement on in-the-wild usage, don't hesitate to open a pull request.

Language Name

BBCode

URL Of Example Repository

Because BBCode is utilised extensively across phpBB and vBulletin forums, its primary use case is in code snippets, like gist.github.com/betaveros/48588f5443ea664e3912/6d2a86a3d426a2f94b8b1d2671fa572fc3119e2c.

However, because the language can also be defined inline, with CommonMark's ~~~CSV equivalent to a <pre><code>, its absence causes github/markup/issues/1851.

URL Of Syntax-Highlighting Grammar

Most Popular Extensions

.BBCode would the applicable extension, because none have been standardised.

Detected Language

Currently, text/plain.

コントリビューターガイド