Skip to content

Commit

Permalink
Support interpolated string expression (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais authored Nov 24, 2023
1 parent bd34ce7 commit f26c190
Show file tree
Hide file tree
Showing 63 changed files with 1,618 additions and 373 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* add support for Luau interpolated strings ([#94](https://github.com/seaofvoices/darklua/pull/94))
* add rule to append text comments ([#141](https://github.com/seaofvoices/darklua/pull/141))

## 0.11.3
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clap = { version = "4.4.6", features = ["derive"] }
durationfmt = "0.1.1"
elsa = "1.9.0"
env_logger = "0.10.0"
full_moon = { version = "0.18.1", features = ["roblox"] }
full_moon = { version = "0.19.0", features = ["roblox"] }
json5 = "0.4.1"
log = "0.4.20"
pathdiff = "0.2.1"
Expand Down
Loading

0 comments on commit f26c190

Please sign in to comment.