Setup spell checker

This commit is contained in:
Jeong YunWon 2023-05-10 17:40:37 +09:00
parent 41e9e7280a
commit 75f6ce1ae5
5 changed files with 318 additions and 2 deletions

2
scripts/cspell.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
cspell "ast/**/*.rs" "literal/**/*.rs" "core/**/*.rs" "parser/**/*.rs"