-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
# yaml-language-server: $schema=https://huacnlee.github.io/autocorrect/schema.json | ||
rules: | ||
# Default rules: https://github.com/huacnlee/autocorrect/raw/main/autocorrect/.autocorrectrc.default | ||
spellcheck: 1 | ||
textRules: | ||
# Config some special rule for some texts | ||
# For example, if we wants to let "Hello你好" just warning, and "Hi你好" to ignore | ||
# "Hello你好": 2 | ||
# "Hi你好": 0 | ||
fileTypes: | ||
# Config the files associations, you config is higher priority than default. | ||
# "rb": ruby | ||
# "Rakefile": ruby | ||
# "*.js": javascript | ||
# ".mdx": markdown | ||
spellcheck: | ||
words: | ||
# Please do not add a general English word (eg. apple, python) here. | ||
# Users can add their special words to their .autocorrectrc file by their need. | ||
- ActiveMQ | ||
- Flex | ||
- AirPods | ||
- Aliyun | ||
- API | ||
- App Store | ||
- AppKit | ||
- AppStore = App Store | ||
- AWS | ||
- CacheStorage | ||
- CDN | ||
- CentOS | ||
- CloudFront | ||
- Cminusf | ||
- CORS | ||
- CPU | ||
- DNS | ||
- Elasticsearch | ||
- ESLint | ||
- GeForce | ||
- GitHub | ||
- GitLab | ||
- GPU | ||
- H5 | ||
- Hadoop | ||
- HBase | ||
- HDFS | ||
- HKEX | ||
- HTML | ||
- HTTP | ||
- HTTPS | ||
- I10n | ||
- I18n | ||
- iMovie | ||
- IndexedDB | ||
- Intel | ||
- iOS | ||
- iPad | ||
- iPadOS | ||
- iPhone | ||
- iTunes | ||
- JavaScript | ||
- jQuery | ||
- JSON | ||
- JWT | ||
- Linux | ||
- LocalStorage | ||
- macOS | ||
- Markdown | ||
- Microsoft | ||
- MongoDB | ||
- Mozilla | ||
- MVC | ||
- MySQL | ||
- Nasdaq | ||
- Netflix | ||
- NodeJS = Node.js | ||
- NoSQL | ||
- NVDIA | ||
- NYSE | ||
- OAuth | ||
- Objective-C | ||
- OLAP | ||
- OSS | ||
- P2P | ||
- PaaS | ||
- RabbitMQ | ||
- Redis | ||
- RESTful | ||
- RSS | ||
- RubyGem | ||
- RubyGems | ||
- SaaS | ||
- Sass | ||
- SDK | ||
- Shopify | ||
- SQL | ||
- SQLite | ||
- SQLServer | ||
- SSL | ||
- Tesla | ||
- TikTok | ||
- tvOS | ||
- TypeScript | ||
- Ubuntu | ||
- UML | ||
- URI | ||
- URL | ||
- VIM | ||
- watchOS | ||
- WebAssembly | ||
- WebKit | ||
- Webpack | ||
- Wi-Fi | ||
- Windows | ||
- WWDC | ||
- Xcode | ||
- XML | ||
- YAML | ||
- YML | ||
- YouTube |