chore: add svelte language mapping

This commit is contained in:
Ferdinand Mütsch 2021-03-13 19:59:43 +01:00
parent b3afe9bfa2
commit 3685f3a156
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ app:
custom_languages: custom_languages:
vue: Vue vue: Vue
jsx: JSX jsx: JSX
svelte: Svelte
db: db:
host: # leave blank when using sqlite3 host: # leave blank when using sqlite3

View File

@ -210,6 +210,7 @@
"Stan": "#b2011d", "Stan": "#b2011d",
"Standard ML": "#dc566d", "Standard ML": "#dc566d",
"SuperCollider": "#46390b", "SuperCollider": "#46390b",
"Svelte": "#ff3e00",
"Swift": "#ffac45", "Swift": "#ffac45",
"SystemVerilog": "#DAE1C2", "SystemVerilog": "#DAE1C2",
"Tcl": "#e4cc98", "Tcl": "#e4cc98",