commit | fa690d111e198979a770f8f5ba91cabb55bc2be3 | [log] [tgz] |
---|---|---|
author | Sander van den Berg <java4evah@gmail.com> | Sat Aug 06 16:37:39 2022 +0200 |
committer | Nitin Dahyabhai <thatnitind@gmail.com> | Sat Jan 07 21:31:24 2023 -0500 |
tree | 31442b4057c43ccacca8fe33b93e7ba92bb2a218 | |
parent | 8158dba2f60b376239fcdc7dbea7ca28e35538f3 [diff] |
Bug 492844 - extended CSSTokenizer.jflex/ident to accept dashed idents Extended the ident token to also accept the top path of the railroad diagram for <ident-token> at https://www.w3.org/TR/css-syntax-3. This prevents custom property names like "--clr-primary" from being split into two regions, with the first consisting of "-" and the second consisting of "-clr-primary", which would otherwise break formatting. Added a unit test for bug 492844 which fails without the proposed changes, and succeeds with them.
Thanks for your interest in this project. Check the contributing document for information on that.
The Eclipse Web Tools Platform Source Editing project provides source editing support for typical "web" languages and the mixing of them, with a focus on making the editors extensible and easily reusable. Here you will find tools for working with XML, XML Schema, XSL, HTML, CSS, JSON, DTD, and JSP resources, as well as an XML Perspective.
Information regarding source code management, builds, coding standards, and more.
The project maintains the following source code repository (this is not a cloning URL):
The 5 other similarly named repositories have been merged into the main for some time.
This project uses Bugzilla to track ongoing development and issues.
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
This Eclipse Foundation open project is governed by the Eclipse Foundation Development Process and operates under the terms of the Eclipse IP Policy.
In order to be able to contribute to Eclipse Foundation projects you must electronically sign the Eclipse Contributor Agreement (ECA).
The ECA provides the Eclipse Foundation with a permanent record that you agree that each of your contributions will comply with the commitments documented in the Developer Certificate of Origin (DCO). Having an ECA on file associated with the email address matching the "Author" field of your contribution's Git commits fulfills the DCO's requirement that you sign-off on your contributions.
For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit
Contact the project developers via the project's "dev" list.