Skip to content

Commit

Permalink
docs: Update IntelliSense for WebStorm in latest doc (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-liu authored Dec 13, 2024
1 parent 994d88d commit 950482f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/latest/pages/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ You can enable autocompletion inside `cva` using the steps below:
```json
{
"experimental": {
"classRegex": ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
"classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
]
}
}
```
Expand Down

0 comments on commit 950482f

Please sign in to comment.