Add SCSS and Sass code highlighting

This commit is contained in:
Tom Moor
2023-07-18 19:20:40 -04:00
parent d3fc6fc0fd
commit 1e78079ade
2 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ export const LANGUAGES = {
ruby: "Ruby",
rust: "Rust",
scala: "Scala",
sass: "Sass",
scss: "SCSS",
sql: "SQL",
solidity: "Solidity",
swift: "Swift",

View File

@@ -39,7 +39,9 @@ import powershell from "refractor/lang/powershell";
import python from "refractor/lang/python";
import ruby from "refractor/lang/ruby";
import rust from "refractor/lang/rust";
import sass from "refractor/lang/sass";
import scala from "refractor/lang/scala";
import scss from "refractor/lang/scss";
import solidity from "refractor/lang/solidity";
import sql from "refractor/lang/sql";
import swift from "refractor/lang/swift";
@@ -105,6 +107,8 @@ const DEFAULT_LANGUAGE = "javascript";
scala,
sql,
solidity,
sass,
scss,
swift,
toml,
typescript,