Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 15, 2024
1 parent 7d24828 commit c482042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ In summary:

**2. Injections**

// TODO

### Extending existing languages

Instead of starting from scratch, the best approach to adding new languages is by extending existing ones. For example, let's add support for `blade`:
Expand All @@ -137,4 +139,4 @@ class BladeLanguage extends HtmlLanguage
}
```

### Adding your own languages
// TODO

0 comments on commit c482042

Please sign in to comment.