Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 10, 2024
1 parent 862df2a commit b7ae509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@

Insert any string pair; `|` is the cursor.

### C / C++ / Java / Rust, etc
### C / C++ / Java / Rust, etc

```
Insert /*
/*|*/
```

### Lua
### Lua

```
Insert --[[
--[[|]]
```

### HTML
### HTML

```
Insert <!--
<!-- | -->
```

### PHP
### PHP

```
Insert <?php
Expand Down

0 comments on commit b7ae509

Please sign in to comment.