Skip to content

Commit

Permalink
add code coloring for cobol (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 authored Feb 8, 2024
1 parent 2670203 commit 700ff3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/utils/prism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import 'prismjs/components/prism-scala.min';
import 'prismjs/components/prism-julia.min';
import 'prismjs/components/prism-docker.min';
import 'prismjs/components/prism-diff.min';
import 'prismjs/components/prism-cobol.min';
import type { Token } from '../types/prism';

const newlineRe = /\r\n|\r|\n/;
Expand Down

0 comments on commit 700ff3d

Please sign in to comment.