We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f67ceb commit cbceb95Copy full SHA for cbceb95
syntaxhighlighter3/scripts/shBrushArduino.js
@@ -54,7 +54,6 @@
54
,{ regex: /\b0x[0-9A-Fa-f]+[uU]?[lL]?\b/gm, css: 'constants'} // numeric constants (hexidecimal)
55
,{ regex: /\bB[01]{1,8}\b/gm, css: 'constants'} // numeric constants (binary)
56
,{ regex: /\+|\-|\*|\/|\%|!|\||\&|=|\?|\^|~/gm, css: 'plain bold' } // operators
57
- //,{ regex: /\b(?:\w+?(?=\(.*?\)\W))/gm, css: 'plain italic'} // Other functions/macros (i.e. user-defined)
58
];
59
};
60
0 commit comments