Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,25 @@ ColdFusion:
- "#274550"
chip: "#ed2cd6"
icon: '\u{E645}'
Cobol:
type: programming
ascii: |
{0} CCCC OOOOO BBBBB OOOOO LL
{0} CC CC OO OO BB BB OO OO LL
{0} CC OO OO BBBBB OO OO LL
{0} CC CC OO OO BB BB OO OO LL
{0} CCCC OOOOO BBBBB OOOOO LLLLLL
{0} ====================================
{0} IDENTIFICATION DIVISION.
{0} PROGRAM-ID. ONEFETCH.
{0} ====================================
colors:
ansi:
- blue
hex:
- "#005CA5"
chip: "#005CA5"

Coq:
type: programming
ascii: |
Expand Down