summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-03-29 17:24:52 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-03-29 17:24:52 +0800
commitd967656950c468f3d2f3afac791b05b7f6019f56 (patch)
tree9471d2fff1c0865e0e06ec4686e31d2f55026600
parentd622e3f245de2998f9c99b95d4b1fe9a92a14eae (diff)
downloadlua-language-server-d967656950c468f3d2f3afac791b05b7f6019f56.zip
暂存
-rw-r--r--images/Auto Completion.gifbin0 -> 117716 bytes
-rw-r--r--images/Diagnostics.gifbin0 -> 78349 bytes
-rw-r--r--images/Find All References.gifbin0 -> 149153 bytes
-rw-r--r--images/Goto Definition.gifbin0 -> 258315 bytes
-rw-r--r--images/Hover.gifbin0 -> 128217 bytes
-rw-r--r--images/Rename.gifbin0 -> 51698 bytes
-rw-r--r--images/Signature Help.gifbin0 -> 120741 bytes
-rw-r--r--server/locale/en-US/script.lni2
8 files changed, 1 insertions, 1 deletions
diff --git a/images/Auto Completion.gif b/images/Auto Completion.gif
new file mode 100644
index 00000000..5e8be0b2
--- /dev/null
+++ b/images/Auto Completion.gif
Binary files differ
diff --git a/images/Diagnostics.gif b/images/Diagnostics.gif
new file mode 100644
index 00000000..e56b0878
--- /dev/null
+++ b/images/Diagnostics.gif
Binary files differ
diff --git a/images/Find All References.gif b/images/Find All References.gif
new file mode 100644
index 00000000..2bb4e2b6
--- /dev/null
+++ b/images/Find All References.gif
Binary files differ
diff --git a/images/Goto Definition.gif b/images/Goto Definition.gif
new file mode 100644
index 00000000..4925f86b
--- /dev/null
+++ b/images/Goto Definition.gif
Binary files differ
diff --git a/images/Hover.gif b/images/Hover.gif
new file mode 100644
index 00000000..75ae38c3
--- /dev/null
+++ b/images/Hover.gif
Binary files differ
diff --git a/images/Rename.gif b/images/Rename.gif
new file mode 100644
index 00000000..0f274b30
--- /dev/null
+++ b/images/Rename.gif
Binary files differ
diff --git a/images/Signature Help.gif b/images/Signature Help.gif
new file mode 100644
index 00000000..0f96815f
--- /dev/null
+++ b/images/Signature Help.gif
Binary files differ
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index 7d98e52d..7d54a46f 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -8,7 +8,7 @@ DIAG_UNUSED_LABEL = 'Unused label `{}`.'
DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.'
DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.'
DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.'
-DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add a bracket.'
+DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add brackets.'
DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial'
DIAG_DIAGNOSTICS = 'Diagnostics'
DIAG_SYNTAX_CHECK = 'Syntax Check'