From c0fdd53d2e593b953e7cbdc721a278086672cc74 Mon Sep 17 00:00:00 2001 From: Taylor Plewe Date: Thu, 18 Jun 2026 08:01:09 -0600 Subject: [PATCH] Add canipls to the list of tools in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3918bc5d85ccee..d968d822584c61 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ Here are some projects using the data, as an [npm module](https://www.npmjs.com/ - [caniuse-lite](https://github.com/browserslist/caniuse-lite) - NPM package that republishes BCD data in the caniuse format. - [CanIUse Embed](https://caniuse.bitsofco.de/) - Service that allows embedding caniuse (including BCD data) into any website. - [CanIWebView](https://caniwebview.com/) - Website that shows support tables based on BCD data for WebViews and mobile browsers for comparison. +- [canipls](https://github.com/taylorplewe/canipls) - Language server that uses BCD data to show support info in text editors. - [css-declaration-sorter](https://www.npmjs.com/package/css-declaration-sorter) - NPM package that sorts CSS properties alphabetically. - [csstype](https://www.npmjs.com/package/csstype) - NPM package that publishes strict TypeScript/Flow types for CSS. - [Compat Report](https://addons.mozilla.org/en-US/firefox/addon/compat-report/) - Firefox Add-on that shows BCD data for the current site in the developer tools.