From 96285d43ffeb715890dac854895fdafdde3d19bd Mon Sep 17 00:00:00 2001 From: Colin Gourlay Date: Tue, 8 Feb 2011 19:59:59 +0800 Subject: [PATCH] Added myself to the authors of the Python syntax mode. --- lib/ace/mode/python.js | 1 + lib/ace/mode/python_highlight_rules.js | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/ace/mode/python.js b/lib/ace/mode/python.js index 1492fae6..dbc74389 100644 --- a/lib/ace/mode/python.js +++ b/lib/ace/mode/python.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs +* Colin Gourlay * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/lib/ace/mode/python_highlight_rules.js b/lib/ace/mode/python_highlight_rules.js index e16c9905..f0c309d0 100644 --- a/lib/ace/mode/python_highlight_rules.js +++ b/lib/ace/mode/python_highlight_rules.js @@ -20,6 +20,7 @@ * * Contributor(s): * Fabian Jakobs + * Colin Gourlay * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or