Skip to content

Commit 3c7f013

Browse files
Add "CfxLua" Syntax to Stylua (SchemaStore#4916)
* Add "CfxLua" Syntax to Stylua * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 33cc6cd commit 3c7f013

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/schemas/json/stylua.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@
99
"description": "Specify a disambiguation for the style of Lua syntax being formatted.",
1010
"type": "string",
1111
"default": "All",
12-
"enum": ["All", "Lua51", "Lua52", "Lua53", "Lua54", "LuaJIT", "Luau"]
12+
"enum": [
13+
"All",
14+
"Lua51",
15+
"Lua52",
16+
"Lua53",
17+
"Lua54",
18+
"LuaJIT",
19+
"Luau",
20+
"CfxLua"
21+
]
1322
},
1423
"column_width": {
1524
"description": "Approximate line length for printing.\nUsed as a guide for line wrapping - this is not a hard requirement: lines may fall under or over the limit.",

0 commit comments

Comments
 (0)