mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-10-31 17:49:56 +00:00
201e5fcd53
* Use fewer syntax highlighter languages. Reduces client.js size by about 250kB (800kB uncompressed) Common languages: bash, c, cpp, csharp, css, diff, go, graphql, ini, java, javascript, json, kotlin, less, lua, makefile, markdown, objectivec, perl, php-template, php, plaintext, python-repl, python, r, ruby, rust, scss, shell, sql, swift, typescript, vbnet, wasm, xml, yaml Additionally enabled languages: dockerfile, pgsql * Configurable syntax highlighter languages Allows to individually enable languages. * Lazy load syntax highlighter languages Allows to enable additional languages that will not be autodetected. * Include highlight.js in dynamic import check
9 lines
148 B
Text
9 lines
148 B
Text
generate_translations.js
|
|
webpack.config.js
|
|
src/shared/build-config.js
|
|
src/api_tests
|
|
**/*.png
|
|
**/*.css
|
|
**/*.scss
|
|
**/*.svg
|
|
src/shared/translations/**
|