"git@gitlab.caltech.edu:cs24-19fa/git_rec_nano.git" did not exist on "7ddca3a9a66b2a13694a542cdcbedef23477286f"
Commit 0de8d0d6 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

2014-06-02 Chris Allegretta <chrisa@asty.org>

        * doc/syntax/default.nanorc: Can't do trailing spaces in the 
          default syntax or it will hilight the spaces as you type 
          them into a new file, which for non-programming is infuriating.



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4935 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 3 deletions
+5 -3
2014-06-02 Chris Allegretta <chrisa@asty.org>
* doc/syntax/default.nanorc: Can't do trailing spaces in the
default syntax or it will hilight the spaces as you type
them into a new file, which for non-programming is infuriating.
2014-05-29 Mark Majeres <mark@engine12.com> 2014-05-29 Mark Majeres <mark@engine12.com>
* src/text.c (do_delete): For the undo structure, differentiate * src/text.c (do_delete): For the undo structure, differentiate
between deleting a newline and any other character. between deleting a newline and any other character.
......
...@@ -6,8 +6,5 @@ syntax "default" ...@@ -6,8 +6,5 @@ syntax "default"
# Spaces in front of tabs. # Spaces in front of tabs.
color ,red " + +" color ,red " + +"
# Trailing blanks.
color ,red "[[:blank:]]+$"
# Nano's name, including version. # Nano's name, including version.
color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+" color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment