Go to file Use this template
Patrik Lindefors 10d2a5bc6e version 1.0.0 2022-05-19 18:51:21 +02:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore Adding eslint for code .\src\ (#17) 2021-10-30 14:04:07 -04:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
README.md version 1.0.0 2022-05-19 18:51:21 +02:00
esbuild.config.mjs Update esbuild script to include codemirror packages as external. 2022-01-10 09:01:38 -05:00
main.ts version 1.0.0 2022-05-19 18:51:21 +02:00
manifest.json version 1.0.0 2022-05-19 18:51:21 +02:00
package-lock.json Some more changes 2022-05-17 08:00:04 +02:00
package.json Started 2022-05-16 22:19:53 +02:00
tsconfig.json use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json version 1.0.0 2022-05-19 18:51:21 +02:00

README.md

Code Block Plugin

This plugin converts selected text into a code block with automatic programming language detection. The languages that is detected can be selected in the plugin settings. The language detection is provided by highlight.js and is in no means perfect, but it works most of the time.