modified editor to include syntax for .dsc files

This commit is contained in:
2026-02-05 01:26:37 +00:00
parent b8abbfd02f
commit e69514e46e
4 changed files with 30 additions and 60 deletions
+1
View File
@@ -1,5 +1,6 @@
#![allow(dead_code)]
pub mod dsa;
pub mod dsc;
use std::collections::BTreeSet;
use std::hash::{Hash, Hasher};