Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/path.rs')
-rw-r--r--xtask/src/path.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/xtask/src/path.rs b/xtask/src/path.rs
index a46bdda0..cf8e8792 100644
--- a/xtask/src/path.rs
+++ b/xtask/src/path.rs
@@ -22,3 +22,7 @@ pub fn ts_queries() -> PathBuf {
pub fn themes() -> PathBuf {
runtime().join("themes")
}
+
+pub fn lang_config() -> PathBuf {
+ project_root().join("languages.toml")
+}