From feaaba27140b6b5144d0245063125f25ac08224b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com>
Date: Thu, 7 Apr 2022 08:01:20 +0800
Subject: [PATCH] modify English Notes
---
README.md | 2 +-
src/main/resources/META-INF/plugin.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b7618c2..6211810 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ https://plugins.jetbrains.com/plugin/18553-show-comment
path/[any][filename.]ext.key.tsv // line keywords to split and comment
path/[any][filename.]ext.doc.tsv // line words comment
In path, "doc" can replace any, and can use % like in SQL
-The line in key.tsv would concat lines with `|` to regexp, longer str should in front, startWith `?` to exclude
+The lines in key.tsv will be concatenated with `|` to regexp; longer str should in front; startWith `?` to exclude
Chang tsv file in find pop window would not reload!
The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N)
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 320f340..8a5894f 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -19,7 +19,7 @@
path/[any][filename.]ext.key.tsv // line keywords to split and comment
path/[any][filename.]ext.doc.tsv // line words comment
In path, "doc" can replace any, and can use % like in SQL
-The line in key.tsv would concat lines with `|` to regexp, longer str should in front, startWith `?` to exclude
+The lines in key.tsv will be concatenated with `|` to regexp; longer str should in front; startWith `?` to exclude
Chang tsv file in find pop window would not reload!
The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N)