Skip to content

Commit

Permalink
add plain to default languages to be able to use it like a pre-block (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 9, 2024
1 parent 4fb964f commit fc8018d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const applyConfig = (config) => {

config.settings['codeBlock'] = {
languages: {
plain: { label: 'Plaintext', language: languages.plain },
bash: { label: 'Bash', language: languages.bash },
css: { label: 'CSS', language: languages.css },
dockerfile: { label: 'Dockerfile', language: languages.dockerfile },
Expand Down

0 comments on commit fc8018d

Please sign in to comment.