mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
MISC: Support css file type (#2378)
This commit is contained in:
@@ -58,6 +58,9 @@ function makeModel(hostname: string, filename: string, code: string): editor.ITe
|
||||
case FileType.NS1:
|
||||
language = "javascript";
|
||||
break;
|
||||
case FileType.CSS:
|
||||
language = "css";
|
||||
break;
|
||||
default:
|
||||
throwIfReachable(fileType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user