- 06 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
Reported-by:
Tom Levy <tomlevy93@gmail.com>
-
- 02 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 01 Jan, 2018 7 commits
-
-
Benno Schulenberg authored
The anchored "^texture" appears to have been a mistake. Inspired-by:
Tom Levy <tomlevy93@gmail.com>
-
Tom Levy authored
Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
-
Tom Levy authored
The fragment "\<\." can never match anything because \< matches the beginning of a word but "." is not a word character. Replace \< with \B (the empty string not at the edge of a word). Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
-
Benno Schulenberg authored
Also remove some redundant backslashes and parentheses.
-
Tom Levy authored
The list now includes all the Lua 5.3 functions listed on https://www.lua.org/manual/5.3/#index . Also, remove the coloring of just the library name, so that only known library functions get highlighted. Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
-
Tom Levy authored
As of Lua 5.2: "Hexadecimal constants also accept an optional fractional part plus an optional binary exponent, marked by a letter 'p' or 'P'" (see at the end of https://www.lua.org/manual/5.2/manual.html#3.1). The new regexes do not match a leading nor a trailing dot, but they are good enough. Discussion on the mailing list: https://lists.gnu.org/archive/html/nano-devel/2017-12/msg00121.html Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
-
Tom Levy authored
Since a "0x" by itself is invalid. Also add word boundaries, so that e.g. "00x1" (which is invalid) does not get partial highlighting. Also remove some redundant backslashes from the strings regex. Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
-
- 31 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 30 Dec, 2017 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
To keep the blocks of text more-or-less aligned.
-
- 29 Dec, 2017 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Each leading tab is converted to two tabs, and any leading four spaces is converted to one tab. The intended tab size (for keeping most lines within 80 columns) is now four.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52755 . Reported-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
When unindenting/uncommenting affected the bottom line of the marked region, keep affecting this line also during subsequent consecutive indenting/commenting. This fixes https://savannah.gnu.org/bugs/?52718.
-
- 28 Dec, 2017 1 commit
-
-
Tom Levy authored
Functions such as "io.close" should only be highlighted when the package name ("io") is a word by itself, otherwise code such as "fooio.close" gets unexpected partial highlighting. Signed-off-by:
Tom Levy <tomlevy93@gmail.com>
-
- 26 Dec, 2017 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
So that Commenting comes closer to the somewhat related Indenting and Unindenting functions.
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
-
Benno Schulenberg authored
Also, make the descriptions for indenting/unindenting more precise.
-
Benno Schulenberg authored
So they will be found quicker. Also fold two assignments into one.
-
- 25 Dec, 2017 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, remove angle-bracketed "strings" -- they don't exist.
-
Benno Schulenberg authored
Also, remove the coloring of special single-quoted strings as they get recolored by the subsequent general string-coloring command. And remove the coloring of all-uppercase words, as other editors do not color those either.
-
Benno Schulenberg authored
Either by whitespace or by the start of a line. This avoids treating part of a URL as a comment.
-
Mike Frysinger authored
-
- 24 Dec, 2017 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
They were mistakenly added by changeset fb85c055, four commits ago.
-
Benno Schulenberg authored
-
- 23 Dec, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52717.
-