Skip to content

Commit

Permalink
Release 1.0.9 - Whoops, fix autoformatting for moves()
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed Nov 10, 2024
1 parent a702ec1 commit 24e31fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/huderlem/poryscript-pls/server"
)

const version = "1.0.8"
const version = "1.0.9"

func parseOptions() {
helpPtr := flag.Bool("h", false, "show poryscript-pls help information")
Expand Down
2 changes: 1 addition & 1 deletion parse/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ var KeywordCommands = []Command{
Detail: "Inline Moves",
Kind: CommandPoryscriptKeyword,
CompletionKind: lsp.CIKFunction,
InsertText: "moves(\"$0\")",
InsertText: "moves($0)",
},
{
Name: "var",
Expand Down

0 comments on commit 24e31fa

Please sign in to comment.