You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anything not covered by the other FAQs is not behaving how you'd expect, please don't hesitate to [create an issue](https://github.com/arktypeio/arktype/issues/new).
61
71
62
-
#### How can I get syntax highlighting for `regex`?
72
+
#### How can I get syntax highlighting for my expressions?
63
73
64
74
The [ArkType extension](https://marketplace.visualstudio.com/items?itemName=arktypeio.arkdark) can be installed to add syntax highlighting to `regex` calls.
65
75
66
-
<MainAutoplayDemo />
67
-
68
-
⚡ [Starting coding](/docs/intro/setup)
76
+
### Useful links
69
77
70
78
⭐ [Check out the project on GitHub](https://github.com/arktypeio/arktype)
If anything not covered by the other FAQs is not behaving how you'd expect, please don't hesitate to [create an issue](https://github.com/arktypeio/arktype/issues/new).
412
422
413
-
#### How can I get syntax highlighting for `regex`?
423
+
#### How can I get syntax highlighting for my expressions?
414
424
415
425
The [ArkType extension](https://marketplace.visualstudio.com/items?itemName=arktypeio.arkdark) can be installed to add syntax highlighting to `regex` calls.
416
426
417
-
<MainAutoplayDemo />
418
-
419
-
⚡ [Starting coding](/docs/intro/setup)
427
+
### Useful links
420
428
421
429
⭐ [Check out the project on GitHub](https://github.com/arktypeio/arktype)
422
430
@@ -432,10 +440,10 @@ title: Posts
432
440
---
433
441
434
442
<LinkCard
435
-
title="Announcing arkregex"
436
-
description="Optimized pattern matching from type syntax"
443
+
title="Introducing arkregex"
444
+
description="A drop-in replacement for new RegExp() with types"
0 commit comments