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