Skip to content

Commit 3a5d1fa

Browse files
committed
Add v1.0.1 rockspec with enhanced metadata
1 parent 9a7c551 commit 3a5d1fa

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
rockspec_format = "3.0"
2+
package = "vue-sfc-format.nvim"
3+
version = "1.0.1-1"
4+
5+
description = {
6+
summary = "Format Vue SFC files with configurable formatters for each section",
7+
detailed = [[
8+
A Neovim plugin that formats Vue Single File Components by applying
9+
different formatters to each section (template, script, style).
10+
Supports Prettier, js-beautify, and custom formatters via JSON config.
11+
Features automatic SCSS detection, per-section indentation, and CLI tool.
12+
]],
13+
license = "MIT",
14+
homepage = "https://github.com/matiyas/vue-sfc-format.nvim",
15+
issues_url = "https://github.com/matiyas/vue-sfc-format.nvim/issues",
16+
maintainer = "matiyas",
17+
labels = {
18+
"neovim",
19+
"neovim-plugin",
20+
"vue",
21+
"vue-sfc",
22+
"formatter",
23+
"code-formatting",
24+
"prettier",
25+
"javascript",
26+
"scss",
27+
"lua",
28+
},
29+
}
30+
31+
dependencies = {
32+
"lua >= 5.1",
33+
}
34+
35+
source = {
36+
url = "git://github.com/matiyas/vue-sfc-format.nvim.git",
37+
tag = "v1.0.1",
38+
}
39+
40+
build = {
41+
type = "builtin",
42+
copy_directories = { "lua", "plugin", "doc" },
43+
}

0 commit comments

Comments
 (0)