summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2021-05-20 20:44:53 +0900
committerDavid Peter <sharkdp@users.noreply.github.com>2021-05-24 22:12:43 +0200
commit1439dde265ac7ac3ffd15244f9624270b1feac12 (patch)
treef688554dfe66906e0660602b7d50c43601915782
parentbef0bf16542c9e4ac20dae9153e75eeb402b3bc0 (diff)
ja: fix typo
-rw-r--r--doc/README-ja.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md
index 74135429..6fa7a04e 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -393,7 +393,7 @@ bat --list-themes | fzf --preview="bat --theme={} --color=always /path/to/file"
### 新しい構文の追加 / 言語の定義
-`bat` はシンタックスハイライトのための [`syntext`](https://github.com/trishume/syntect/)
+`bat` はシンタックスハイライトのための [`syntect`](https://github.com/trishume/syntect/)
という素晴らしいライブラリを使用しています。`syntect` は、
[Sublime Text の `.sublime-syntax` ファイル](https://www.sublimetext.com/docs/3/syntax.html)
とテーマを読み取ることができます。新しい構文を定義するために以下の手順を行います。