fix typo in libs/remix-ui/editor/src/lib/syntaxes/move.ts

pull/5370/head
Thabokani 10 months ago committed by Aniket
parent 66fa1c9a83
commit 659144521c
  1. 2
      libs/remix-ui/editor/src/lib/syntaxes/move.ts

@ -215,7 +215,7 @@ export const moveTokenProvider = {
// @ annotations.
// As an example, we emit a debugging log message on these tokens.
// Note: message are supressed during the first load -- change some lines to see them.
// Note: message are suppressed during the first load -- change some lines to see them.
[
/@\s*[a-zA-Z_\$][\w\$]*/,
{ token: "annotation", log: "annotation token: $0" },

Loading…
Cancel
Save