Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Dec 3, 2024
1 parent 86aa3c8 commit ca6dca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions book/src/02_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,16 @@ In this chapter, we introduce the features of Veryl along with clear examples.
Issues such as undefined, unused, or unassigned variables are notified in real-time while editing in the editor.
In the following example, adding the `_` prefix to variables flagged as unused explicitly indicates their unused status, suppressing warnings.

![diagnostics](./img/diagnostics.gif)

If the video does not play[^1]
<video src="./img/diagnostics.mp4" autoplay loop muted>
</video>

## Auto formatting {#auto-formatting}

In addition to the automatic formatting feature integrated with the editor,
formatting through the command line and formatting checks in CI are also possible.

![format](./img/format.gif)

If the video does not play[^1]
<video src="./img/format.mp4" autoplay loop muted>
</video>

## Integrated test {#integrated-test}

Expand Down Expand Up @@ -635,5 +633,3 @@ module ModuleB {
</td>
</tr>
</table>

[^1]: Some browsers by default pause the playback of GIF animations. Please check your browser settings.
Binary file added book/src/img/diagnostics.mp4
Binary file not shown.
Binary file added book/src/img/format.mp4
Binary file not shown.

0 comments on commit ca6dca3

Please sign in to comment.