Skip to content

Commit

Permalink
feat: add HTTP syntax highlighting (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k authored and RomanHotsiy committed Jan 14, 2020
1 parent 1f05af5 commit 27a4af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'prismjs/components/prism-coffeescript.js';
import 'prismjs/components/prism-cpp.js';
import 'prismjs/components/prism-csharp.js';
import 'prismjs/components/prism-go.js';
import 'prismjs/components/prism-http.js';
import 'prismjs/components/prism-java.js';
import 'prismjs/components/prism-lua.js';
import 'prismjs/components/prism-markup-templating.js'; // dep of php
Expand Down

0 comments on commit 27a4af7

Please sign in to comment.