aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFĂ©lix Sanz <felixsanz@users.noreply.github.com>2023-11-15 05:22:04 +0100
committerGitHub <noreply@github.com>2023-11-15 05:22:04 +0100
commit88620b7a8595286aca6cc8ac1190d25d9f95a83b (patch)
treea4d2652a8b42dde2b03994c321d853c3825aa12a
parent698a3ec3ab3bc6d0707e3a84acffb7af1e31fd57 (diff)
downloadlite-xl-plugins-88620b7a8595286aca6cc8ac1190d25d9f95a83b.tar.gz
lite-xl-plugins-88620b7a8595286aca6cc8ac1190d25d9f95a83b.zip
Added sortcss plugin (#341)
* Added sortcss plugin Added plugin to sort selected CSS properties alphabetically or using the concentric model. * Added sortcss plugin Added plugin to sort selected CSS properties alphabetically or using the concentric model. * Added sortcss plugin Added plugin to sort selected CSS properties alphabetically or using the concentric model. * Added sortcss plugin Added plugin to sort selected CSS properties alphabetically or using the concentric model.
-rw-r--r--manifest.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 6eae056..4f87dba 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1569,6 +1569,13 @@
"mod_version": "3"
},
{
+ "description": "Sort selected CSS properties alphabetically or using the concentric model. *([demo](https://raw.githubusercontent.com/felixsanz/lite-xl-sortcss/master/demo.gif))*",
+ "version": "0.1",
+ "remote": "https://github.com/felixsanz/lite-xl-sortcss:ee4552148b38663e24dedcf4bc80ba8221dd54e0",
+ "mod_version": "3",
+ "id": "sortcss"
+ },
+ {
"description": "Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe*",
"version": "0.2",
"path": "plugins/spellcheck.lua",