summaryrefslogtreecommitdiff
path: root/pygments/lexers/c_like.py
diff options
context:
space:
mode:
authorEdoardo Tenani <edoardo.tenani@gmail.com>2015-03-23 17:28:15 +0100
committerEdoardo Tenani <edoardo.tenani@gmail.com>2015-03-23 17:28:15 +0100
commit0d7e4c7183fc3a53dfeadb800285debf83eb84b0 (patch)
tree63f88d4259a67a847dc3655ecda5872d4a1875df /pygments/lexers/c_like.py
parenta46d854518d100cd49ba53fe6c4d024c1de2b423 (diff)
downloadpygments-0d7e4c7183fc3a53dfeadb800285debf83eb84b0.tar.gz
Fix Arduino trademark in ArduinoLexer
Diffstat (limited to 'pygments/lexers/c_like.py')
-rw-r--r--pygments/lexers/c_like.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/c_like.py b/pygments/lexers/c_like.py
index a08d86a3..27736bff 100644
--- a/pygments/lexers/c_like.py
+++ b/pygments/lexers/c_like.py
@@ -414,7 +414,7 @@ class MqlLexer(CppLexer):
class ArduinoLexer(CppLexer):
"""
- For `Arduino® <https://arduino.cc/>`_ source.
+ For `Arduino(tm) <https://arduino.cc/>`_ source.
This is an extension of the CppLexer, as the Arduino® Language is a superset
of C++