feat(vscodium): add some new filetypes to colorize

This commit is contained in:
Sergio Laín 2024-08-07 13:12:01 +02:00
parent bd98b0a3b5
commit f4b47d2444
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -284,7 +284,8 @@
"**/*.java",
"**/*.kt",
"**/*.cpp",
"**/*.rasi"
"**/*.rasi",
"**/*.toml"
],
"colorize.languages": [
"css",
@ -301,7 +302,8 @@
"java",
"c",
"rasi",
"markdown"
"markdown",
"toml"
],
// Toggle excluded files
"files.exclude": {