summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdoardo Tenani <edoardo.tenani@gmail.com>2015-02-18 13:33:01 +0100
committerEdoardo Tenani <edoardo.tenani@gmail.com>2015-02-18 13:33:01 +0100
commitecfe082716a5fc3d1e56fc578b49d2021ae7c8b2 (patch)
tree1370606b658d38f896791bfbb74e778f40894e53
parent49ef984cc2641edf0669847917bd2d572f311df1 (diff)
downloadpygments-ecfe082716a5fc3d1e56fc578b49d2021ae7c8b2.tar.gz
Remove typo in Arduino syntax definition
-rw-r--r--pygments/lexers/c_like.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/c_like.py b/pygments/lexers/c_like.py
index ab22a600..a08d86a3 100644
--- a/pygments/lexers/c_like.py
+++ b/pygments/lexers/c_like.py
@@ -449,8 +449,8 @@ class ArduinoLexer(CppLexer):
'WiFiUDP', 'GSM_SMS', 'Mailbox', 'USBHost', 'Firmata', 'PImage',
'Client', 'Server', 'GSMPIN', 'FileIO', 'Bridge', 'Serial',
'EEPROM', 'Stream', 'Mouse', 'Audio', 'Servo', 'File', 'Task',
- 'GPRS', 'WiFi', 'Wire', 'TFT', 'GSM', 'SPI', 'SD)',
- '(runShellCommandAsynchronously', 'analogWriteResolution',
+ 'GPRS', 'WiFi', 'Wire', 'TFT', 'GSM', 'SPI', 'SD',
+ 'runShellCommandAsynchronously', 'analogWriteResolution',
'retrieveCallingNumber', 'printFirmwareVersion',
'analogReadResolution', 'sendDigitalPortPair',
'noListenOnLocalhost', 'readJoystickButton', 'setFirmwareVersion',