Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic authored Aug 20, 2023
1 parent 04d1aad commit ae6e4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ From the top menu, select `Preferences > Settings` and specify the `"inline_fold
```

- `fold_selector` - [Required] The `fold_selector` is the region that will be folded.
- `preceding_text` - [Optional] The region will be folded only if the `preceding_text` is found before the `fold_selector`. InlineFold will scan max one line before finding the `preceding_text`. Multiple words can be specified by separating them `with a comma`,` (example` `"preceding_text": "class,className"`).
- `preceding_text` - [Optional] The region will be folded only if the `preceding_text` is found before the `fold_selector`. InlineFold will scan max one line before finding the `preceding_text`. Multiple words can be specified by separating them with a comma`,` (example `"preceding_text": "class,className"`).

### Set Fold Regions per Syntax

Expand Down

0 comments on commit ae6e4c5

Please sign in to comment.