lemminx
lemminx copied to clipboard
XML Language Server
Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...
Bumps [org.eclipse.xtend.lib](https://github.com/eclipse/xtext-lib) from 2.16.0.M1 to 2.29.0.M1. Commits b51d720 [release] version 2.29.0.M1 6ad6560 Merge pull request #468 from eclipse/cd_xtext_issue2089_orbitupdate 3e55ddb Merge pull request #469 from eclipse/cd_fixBuildProblems df2e421 fix a build problem...
It would be nice to get file path completion at the cursor: ```xml ``` I think the reason we don't implement this yet may be a limitation on how we...
If we have this XML with xs:documentation set to preserve spaces: ``` Content that spans multiple lines. ``` It would be nice to still format the end tag `` by...
The fork of remark-java that we use has been archived by the maintainer. Look into alternative libraries to accomplish the same thing. See: * https://github.com/eclipse/lemminx/pull/1288 (we need to update a...
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...
There are some issues with this code action in the cases where the child element has no type or complex definition, such as element 'a' in the following example. (ex:...
Given e.g. the following XML: ```xml ]> A typical HTML file This is the typical structure of an HTML file. It follows the notation of the HTML 4.0 specification, including...
As per https://www.eclipse.org/projects/handbook/#legaldoc-plugins-abouts . The uber jar already contains one, but I suspect it is the one provided by LSP4J. At least for the non-uber jar, there should be an...
Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.1. Release notes Sourced from org.apache.maven.plugins:maven-assembly-plugin's releases. 3.7.1 Release Notes - Maven Assembly Plugin - Version 3.7.1 What's Changed [MASSEMBLY-1023] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to...