Skip to content

Commit cbceb95

Browse files
author
Simon
authored
Update shBrushArduino.js
1 parent 7f67ceb commit cbceb95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

syntaxhighlighter3/scripts/shBrushArduino.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
,{ regex: /\b0x[0-9A-Fa-f]+[uU]?[lL]?\b/gm, css: 'constants'} // numeric constants (hexidecimal)
5555
,{ regex: /\bB[01]{1,8}\b/gm, css: 'constants'} // numeric constants (binary)
5656
,{ regex: /\+|\-|\*|\/|\%|!|\||\&|=|\?|\^|~/gm, css: 'plain bold' } // operators
57-
//,{ regex: /\b(?:\w+?(?=\(.*?\)\W))/gm, css: 'plain italic'} // Other functions/macros (i.e. user-defined)
5857
];
5958
};
6059

0 commit comments

Comments
 (0)