From 25c3fd1770d24881c5a0eac14ee40d395cc68b31 Mon Sep 17 00:00:00 2001 From: nub31 Date: Thu, 26 Jun 2025 12:53:41 +0200 Subject: [PATCH] ... --- .gitignore | 2 +- {tools => src/tools}/syntax-highlighting/build.sh | 0 .../tools}/syntax-highlighting/language-configuration.json | 0 {tools => src/tools}/syntax-highlighting/package.json | 0 .../tools}/syntax-highlighting/syntaxes/nub.tmLanguage.json | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {tools => src/tools}/syntax-highlighting/build.sh (100%) rename {tools => src/tools}/syntax-highlighting/language-configuration.json (100%) rename {tools => src/tools}/syntax-highlighting/package.json (100%) rename {tools => src/tools}/syntax-highlighting/syntaxes/nub.tmLanguage.json (100%) diff --git a/.gitignore b/.gitignore index b8442bc..c1b9796 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -tools/syntax-highlighting/out +src/tools/syntax-highlighting/out bin bin-int diff --git a/tools/syntax-highlighting/build.sh b/src/tools/syntax-highlighting/build.sh similarity index 100% rename from tools/syntax-highlighting/build.sh rename to src/tools/syntax-highlighting/build.sh diff --git a/tools/syntax-highlighting/language-configuration.json b/src/tools/syntax-highlighting/language-configuration.json similarity index 100% rename from tools/syntax-highlighting/language-configuration.json rename to src/tools/syntax-highlighting/language-configuration.json diff --git a/tools/syntax-highlighting/package.json b/src/tools/syntax-highlighting/package.json similarity index 100% rename from tools/syntax-highlighting/package.json rename to src/tools/syntax-highlighting/package.json diff --git a/tools/syntax-highlighting/syntaxes/nub.tmLanguage.json b/src/tools/syntax-highlighting/syntaxes/nub.tmLanguage.json similarity index 100% rename from tools/syntax-highlighting/syntaxes/nub.tmLanguage.json rename to src/tools/syntax-highlighting/syntaxes/nub.tmLanguage.json