help/colors: syntax: document that nested includes are not supported

This commit is contained in:
Dmytro Maluka 2024-04-21 15:41:49 +02:00
parent 08c516c730
commit b929c61228

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.