Skip to content

Commit

Permalink
Add langium syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes committed May 23, 2024
1 parent dad5b2d commit fce6e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To make Langium case-insensitive, you have to set the `caseInsensitive` option t

If you want to include case-insensitivity only where you need it, you can use the `i` flag inside of your grammar's regular expressions

```ts
```langium
// append `i` to any regex to make it case insensitive
terminal ID: /[A-Z]/i;
```
Expand Down

0 comments on commit fce6e61

Please sign in to comment.