diff options
| author | 2020-06-25 22:21:11 -0400 | |
|---|---|---|
| committer | 2020-06-25 22:21:11 -0400 | |
| commit | 1ed04b43a69c0c10d9df49c3fd5e34c98aff8fdf (patch) | |
| tree | 6b11cd0cce7954ea404c7e7b4b3067e86ad62037 | |
| parent | 7e3a60b4183a05de9f4d951eb2aecff23cc53335 (diff) | |
| download | textadept-1ed04b43a69c0c10d9df49c3fd5e34c98aff8fdf.tar.gz textadept-1ed04b43a69c0c10d9df49c3fd5e34c98aff8fdf.zip | |
Fixed LuaDoc.
| -rw-r--r-- | core/.view.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 024c6f4a..4196200b 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -942,7 +942,7 @@ function brace_bad_light(view, pos) end --- -- Highlights unmatched brace characters with indicator number *indicator*, in --- the range of `1 to `32`, instead of the +-- the range of `1` to `32`, instead of the -- `view.STYLE_BRACEBAD` style if *use_indicator* is `true`. -- @param view A view. -- @param use_indicator Whether or not to use an indicator. |
