diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b780951d..df93ea851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ * [X] Improved support for the action "Goto to related CWT configs" * [X] Support for providing extended quick documentation for complex enum values (e.g. 'component_tag') via extended CWT configs (see reference documentation for details) -* [X] Support for providing extended quick documentation for dynamic values (e.g. 'variable') via extended CWT configs (format of relevant CWT rules is changed, see reference document for details) +* [X] Support for providing extended quick documentation for dynamic values (e.g. 'variable') via extended CWT configs (format of relevant CWT configs is changed, see reference document for details) * [X] Support for providing extended inlay hints for complex enum values (e.g. 'component_tag') via extended CWT configs (see reference documentation for details) * [X] Support for providing extended inlay hints for dynamic values (e.g. 'variable') via extended CWT configs (see reference documentation for details) * [X] New code inspection: Overridden for files (level: weak warning, enabled by default: no) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 422417d84..4b4e4f41c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -8,7 +8,7 @@
launcher-settings.json
) and mod directory (containing the mod descriptor file descriptor.mod
).This plugin has implemented various advanced language features based on CWT config groups, which consists of CWT rule files. +
This plugin has implemented various advanced language features based on CWT config groups, which consists of CWT config files. The latest-version config files are already built into this plugin, make it works right out of the box. Besides, customizing and importing local config files is also supported.
If Translation is also installed, this plugin can provide some additional features.
diff --git a/README_en.md b/README_en.md index 549999358..f9ed45a1a 100644 --- a/README_en.md +++ b/README_en.md @@ -20,7 +20,7 @@ Features: * Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints. * Automatically recognizes the game directory (containing the launcher settings file `launcher-settings.json`) and mod directory (containing the mod descriptor file `descriptor.mod`). -This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files. +This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT config files. The latest-version config files are already built into this plugin, make it works right out of the box. Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and [importing](https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files) local config files is also supported. diff --git a/docs/en/README.md b/docs/en/README.md index d60537e6a..b3c153162 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -17,7 +17,7 @@ Features: * Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints. * Automatically recognizes the game directory (containing the launcher settings file `launcher-settings.json`) and mod directory (containing the mod descriptor file `descriptor.mod`). -This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files. +This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT config files. The latest-version config files are already built into this plugin, make it works right out of the box. Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and [importing](https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files) local config files is also supported. diff --git a/docs/en/config.md b/docs/en/config.md index 45fcd861f..aa35802b1 100644 --- a/docs/en/config.md +++ b/docs/en/config.md @@ -4,9 +4,9 @@ ### Summary -PLS implements various advanced language features based on CWT config groups, which consists of many CWT rule files. +PLS implements various advanced language features based on CWT config groups, which consists of many CWT config files. -The data in these config groups first comes from the CWT rule files in specific directories, +The data in these config groups first comes from the CWT config files in specific directories, after merging and computing, it will be used to implement various features of this plugin. Reference Links: @@ -42,7 +42,7 @@ CWT config file use its own file format, which can be considered as a variant of ### Syntax -The basic syntax of a CWT rules file is as follows: +The basic syntax of a CWT config files is as follows: ```cwt ### documentation comment