Merge pull request #3259 from dmaluka/default-syntax-followup

Follow-ups after adding `default.yaml` support
This commit is contained in:
Dmytro Maluka
2024-04-21 22:48:33 +02:00
committed by GitHub
2 changed files with 56 additions and 46 deletions

View File

@@ -392,3 +392,6 @@ example, the following is possible for html:
rules:
- include: "css"
```
Note that nested include (i.e. including syntax files that include other syntax
files) is not supported yet.