Shanedell commented on code in PR #117:
URL: https://github.com/apache/daffodil-vscode/pull/117#discussion_r887219971


##########
src/language/semantics/xsltSnippets.ts:
##########
@@ -0,0 +1,178 @@
+/*---------------------------------------------------------------------------------------------
+ *  Licensed under the MIT License. See License.txt in the project root for 
license information.
+ 
*--------------------------------------------------------------------------------------------*/
+
+export interface Snippet {
+  name: string
+  body: string
+  description: string
+}
+
+export class XSLTSnippets {
+  static xsltRootTags: Snippet[] = [

Review Comment:
   Yeah I am thinking if I should remove that deltaXML dependency, I also 
needed to update .vscode ignore to add the omega_edit/interface.html file, and 
then we make a ticket for adding the XPath embedded highlighting? I don't think 
we want to add the files and have an issue to look into removing them think it 
would just be better to make a separate PR that will either add those files in 
or use the extension as a dependency but still have it work the same way. 
@stevedlawrence What do you think?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to