diff --git a/src/cpp/cpp.ts b/src/cpp/cpp.ts index 7d723ff7..6b4eef50 100644 --- a/src/cpp/cpp.ts +++ b/src/cpp/cpp.ts @@ -273,7 +273,7 @@ export const language = { // we include these common regular expressions symbols: /[=>{ [/\*\//, 'comment', '@pop'], [/[\/*]/, 'comment'] ], - + //For use with continuous line comments linecomment: [ [/.*[^\\]$/, 'comment', '@pop'], [/[^]+/, 'comment'] ], - + //Identical copy of comment above, except for the addition of .doc doccomment: [ [/[^\/*]+/, 'comment.doc'],