From 1f37bb8f1528deca62a5d98a7741a7efae32631c Mon Sep 17 00:00:00 2001 From: JenChieh Date: Tue, 15 Apr 2025 15:25:53 -0700 Subject: [PATCH] fix: XML grammar --- .gitmodules | 12 ++++++------ repos/xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1fb4eb84c..fd7ac1d32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -366,12 +366,6 @@ branch = main update = none ignore = dirty -[submodule "repos/xml"] - path = repos/xml - url = https://github.com/tree-sitter-grammars/tree-sitter-xml - branch = master - update = none - ignore = dirty [submodule "repos/jsonnet"] path = repos/jsonnet url = https://github.com/sourcegraph/tree-sitter-jsonnet @@ -624,3 +618,9 @@ update = none ignore = dirty branch = main +[submodule "repos/xml"] + path = repos/xml + url = https://github.com/tree-sitter-grammars/tree-sitter-xml + update = none + ignore = dirty + branch = master diff --git a/repos/xml b/repos/xml index 851ff145b..0d9a8099c 160000 --- a/repos/xml +++ b/repos/xml @@ -1 +1 @@ -Subproject commit 851ff145b12313382f49f56a3f9a399ba2bf0232 +Subproject commit 0d9a8099c963ed53e183425c1b47fa2622c8eaf7