This is an automated email from the ASF dual-hosted git repository.

davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new efb9d4b  Add dfdl:element to list of suggestions for 
xs:element/annotation/appinfo
efb9d4b is described below

commit efb9d4b5fd38ce6f19aafe232f423d49ca6b32cd
Author: rthomas320 <[email protected]>
AuthorDate: Thu Aug 10 07:55:09 2023 -0400

    Add dfdl:element to list of suggestions for xs:element/annotation/appinfo
    
    Closes #756
---
 src/language/providers/elementCompletion.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/language/providers/elementCompletion.ts 
b/src/language/providers/elementCompletion.ts
index 8dfe524..4497352 100644
--- a/src/language/providers/elementCompletion.ts
+++ b/src/language/providers/elementCompletion.ts
@@ -249,6 +249,7 @@ function nearestOpenTagChildElements(
             [
               'dfdl:assert',
               'dfdl:discriminator',
+              'dfdl:element',
               'dfdl:setVariable',
               'dfdl:property',
             ],

Reply via email to