2020-09-06 16:15:25 +00:00
|
|
|
generate_translations.js
|
2020-09-07 03:41:46 +00:00
|
|
|
webpack.config.js
|
Lazy loading less common languages for syntax highlighting (#2388)
* 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
2024-03-14 12:31:07 +00:00
|
|
|
src/shared/build-config.js
|
2020-09-06 16:15:25 +00:00
|
|
|
src/api_tests
|
2023-05-23 12:34:20 +00:00
|
|
|
**/*.png
|
|
|
|
**/*.css
|
|
|
|
**/*.scss
|
2023-05-23 23:07:23 +00:00
|
|
|
**/*.svg
|
2024-01-20 13:22:13 +00:00
|
|
|
src/shared/translations/**
|