From 5ba3992ca2e9d518c36da500af78b58c6bfc1ce1 Mon Sep 17 00:00:00 2001 From: SpontanCombust Date: Sun, 9 Jun 2024 01:44:18 +0200 Subject: [PATCH] faq: add a note about unsupported annotations --- docs/user-manual/faq.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/faq.md b/docs/user-manual/faq.md index 83713682..a597fa39 100644 --- a/docs/user-manual/faq.md +++ b/docs/user-manual/faq.md @@ -6,4 +6,8 @@ When in doubt explicitly save the file using `Ctrl + S`. This should refresh sou > Does WIDE support symbolic links (symlinks)? -WIDE at the moment does not offer support for directories and files stored as symbolic links. \ No newline at end of file +WIDE at the moment does not offer support for directories and files stored as symbolic links. + +> I'm getting syntax errors for annotations added in the recent game patch. + +The aformentioned patch has been released just days before the planned v0.3.0 release of WIDE. Adding support for them could not be done within that timeframe. If you want to test these new modding features while also enjoying WIDE, I advice turning off syntax analysis in the configuration until a patch to WIDE is released that adds support for annotations. \ No newline at end of file