DeltaXML / vscode-xslt-tokenizer

VSCode extension for highlighting XSLT and XPath (upto 3.0/3.1)
MIT License
46 stars 4 forks source link

Support XBRL taxonomy files #51

Open yackimoff opened 3 years ago

yackimoff commented 3 years ago

Please add support for XBRL Formula 1.0 taxonomy files.

https://specifications.xbrl.org/work-product-index-formula-formula-1.0.html

pgfearo commented 3 years ago

The focus of this extension is support for the XPath and XSLT languages. As such, XML functionality such as validation and auto-completion for XBRL is out of scope. If there are specific XPath or XSLT needs for XBRL then please expand on this.

The XML Language Support by Red Hat project might consider a request for general XBRL support if they don't already provide it.

yackimoff commented 3 years ago

Maybe it would be possible to tokenize xpath expressions inside specific XBRL attributes? No need to support XBRL per se, just recoginze xpath attributes and tokenize their values.

pgfearo commented 3 years ago

XPath specific syntax highlighting for XBRL formula 1.0 taxonomy files is an easier goal to start with. I will reopen this issue.