Skip to content

Commit

Permalink
Update README to mention Rust syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nicholaides committed Mar 24, 2024
1 parent 3e75770 commit b2e8324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .yard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ Many of Cecil's defaults can be customized by creating a subclass of {Cecil::Cod
Currently, Cecil comes with:
- {Cecil::Code `Cecil::Code`} for generic code
- {Cecil::Lang::TypeScript `Cecil::Lang::TypeScript`} for JavaScript and TypeScript
- {Cecil::Lang::Rust `Cecil::Lang::Rust`} for Rust
### Auto-closing brackets
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ Many of Cecil's defaults can be customized by creating a subclass of [`Cecil::Co
Currently, Cecil comes with:
- [`Cecil::Code`][{Code}] for generic code
- [`Cecil::Lang::TypeScript`][{Lang::TypeScript}] for JavaScript and TypeScript
- [`Cecil::Lang::Rust`][{Lang::Rust}] for Rust
### Auto-closing brackets
Expand Down

0 comments on commit b2e8324

Please sign in to comment.