From 37cdb467166632368c2670577e767dab41d9e66f Mon Sep 17 00:00:00 2001 From: nub31 Date: Thu, 22 May 2025 19:46:25 +0200 Subject: [PATCH] ... --- .gitignore | 4 ++-- .../code => tools/syntax-highlighting}/build.sh | 0 .../syntax-highlighting}/language-configuration.json | 0 .../code => tools/syntax-highlighting}/package.json | 0 .../syntax-highlighting}/syntaxes/nub.tmLanguage.json | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename {src/tooling/syntax-highlighting/code => tools/syntax-highlighting}/build.sh (100%) rename {src/tooling/syntax-highlighting/code => tools/syntax-highlighting}/language-configuration.json (100%) rename {src/tooling/syntax-highlighting/code => tools/syntax-highlighting}/package.json (100%) rename {src/tooling/syntax-highlighting/code => tools/syntax-highlighting}/syntaxes/nub.tmLanguage.json (100%) diff --git a/.gitignore b/.gitignore index 3d46c66..8ffee6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -out -src/tooling/syntax-highlighting/code/nub-lang-*.vsix \ No newline at end of file +tools/syntax-highlighting/nub-lang-*.vsix +out \ No newline at end of file diff --git a/src/tooling/syntax-highlighting/code/build.sh b/tools/syntax-highlighting/build.sh similarity index 100% rename from src/tooling/syntax-highlighting/code/build.sh rename to tools/syntax-highlighting/build.sh diff --git a/src/tooling/syntax-highlighting/code/language-configuration.json b/tools/syntax-highlighting/language-configuration.json similarity index 100% rename from src/tooling/syntax-highlighting/code/language-configuration.json rename to tools/syntax-highlighting/language-configuration.json diff --git a/src/tooling/syntax-highlighting/code/package.json b/tools/syntax-highlighting/package.json similarity index 100% rename from src/tooling/syntax-highlighting/code/package.json rename to tools/syntax-highlighting/package.json diff --git a/src/tooling/syntax-highlighting/code/syntaxes/nub.tmLanguage.json b/tools/syntax-highlighting/syntaxes/nub.tmLanguage.json similarity index 100% rename from src/tooling/syntax-highlighting/code/syntaxes/nub.tmLanguage.json rename to tools/syntax-highlighting/syntaxes/nub.tmLanguage.json