From b929c612282a968cfec091e3eb88614449062eed Mon Sep 17 00:00:00 2001 From: Dmytro Maluka Date: Sun, 21 Apr 2024 15:41:49 +0200 Subject: [PATCH] help/colors: syntax: document that nested includes are not supported --- runtime/help/colors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/help/colors.md b/runtime/help/colors.md index d4f6c586..9a9de716 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -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.