Properties
Defines the properties for the ValeConfigurationFormatLanguageAssociation class.
less than a minute
GlobPattern
Represents the file-matching pattern to associate with a specific language. For example, [*]
matches all files while [*.{md,txt}]
only matches files with the .md
or .txt
extension.
LanguageID
Specifies the language the GlobPattern maps to. By default, all files map to en
. This value
is used for Vale’s spelling checks.
Last modified March 10, 2023: (GH-71) Document Vale classes (ad1e42a)