Преглед на файлове

修复`TODO`在某些情况下未高亮的问题。

mxd преди 3 години
родител
ревизия
a5c5db3a8a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      magic-editor/src/console/src/scripts/editor/high-light.js

+ 1 - 1
magic-editor/src/console/src/scripts/editor/high-light.js

@@ -28,7 +28,7 @@ export const HighLightOptions = {
             [/0[xX](@hexdigits)n?/, 'number.hex'],
             [/0[bB](@binarydigits)n?/, 'number.binary'],
             [/(@digits)[lLbBsSdDfFmM]?/, 'number'],
-            [/\/\*/, 'comment', '@comment'],
+            [/\/\*\**/, 'comment', '@comment'],
             [/\/\//, 'comment', '@commentTodo'],
             [
                 /\/(?=([^\\\/]|\\.)+\/([gimsuy]*)(\s*)(\.|;|,|\)|\]|\}|$))/,