Skip to content

Commit

Permalink
Format directives are snake_case for compatibility with thqby (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 7, 2024
1 parent e3851c2 commit 456dfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/ahk2_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"description": "Enables or disables class non-dynamic member checking for the current file/class"
},
{
"body": ";@format ${1|arrayStyle,objectStyle|}: ${2|collapse,expand,none|}",
"body": ";@format ${1|array_style,object_style|}: ${2|collapse,expand,none|}",
"prefix": "@format",
"description": "Sets the object or array style of the current block for formatting"
},
Expand Down

0 comments on commit 456dfc3

Please sign in to comment.