diff --git a/AUTHORS b/AUTHORS index 5b2a4f93..7a372746 100644 --- a/AUTHORS +++ b/AUTHORS @@ -67,3 +67,6 @@ Rishabh Dave Marco Diego Aurélio Mesquita * Filtering text through an external command. + +Brand Huntsman + * The delayed parsing of syntax files. diff --git a/src/rcfile.c b/src/rcfile.c index 26594a21..67116d29 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -3,6 +3,7 @@ * * * Copyright (C) 2001-2011, 2013-2019 Free Software Foundation, Inc. * * Copyright (C) 2014 Mike Frysinger * + * Copyright (C) 2019 Brand Huntsman * * Copyright (C) 2014-2019 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify *