Skip to content

Commit

Permalink
Add Beef language (github-linguist#5190)
Browse files Browse the repository at this point in the history
* Add Beef language

Closes github-linguist#5066

Color `#4BB4E3` averaged from background of beeflang.org

Use C# grammar as Beef is "most[ly] directly derived from C#" - https://github.com/beefytech/Beef

* Add Beef sample

Licensed under MIT from repo `beefytech/Beef`

* Add Beef grammar to index

Uses grammar `atom/language-csharp`

* Change Beef color

Now uses `#a52f4e` taken from middle of logo

* Add another Beef sample

* Add another Beef sample
  • Loading branch information
Nixinova authored Feb 11, 2021
1 parent 0cee365 commit f03d85a
Show file tree
Hide file tree
Showing 5 changed files with 2,173 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,16 @@ Batchfile:
ace_mode: batchfile
color: "#C1F12E"
language_id: 29
Beef:
type: programming
color: "#a52f4e"
extensions:
- ".bf"
tm_scope: source.cs
ace_mode: csharp
codemirror_mode: clike
codemirror_mime_type: text/x-csharp
language_id: 545626333
Befunge:
type: programming
extensions:
Expand Down
Loading

0 comments on commit f03d85a

Please sign in to comment.