element-ess-helm/cspell.config.yaml

31 lines
No EOL
644 B
YAML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2025 New Vector Ltd
# Copyright 2025 Element Creations Ltd
# 
# SPDX-License-Identifier: AGPL-3.0-only
version: "0.2"
language: en-GB
languageSettings:
- languageId: markdown
ignoreRegExpList:
- /```[\s\S]*?```/g # Ignore Markdown Code Blocks
- /syt_[^\s]+/g # Ignore Matrix Access Tokens
- /`[^`]*`/g # Ignore Inline Code
- /attrs:\s*?{.*?}/g # Ignore Attributes
files:
- DEVELOPERS.md
- README.md
- newsfragments/*.md
- docs/**/*.md
dictionaryDefinitions:
- name: element-docs-words
path: ./.github/element-docs-words.txt
dictionaries:
- element-docs-words
caseSensitive: true