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

updateIpfs
Thabokani 10 months ago committed by Aniket
parent a5dab81f5c
commit 588775cbc3
  1. 2
      libs/remix-ui/editor/src/lib/syntaxes/move.ts

@ -215,7 +215,7 @@ export const moveTokenProvider = {
// @ annotations. // @ annotations.
// As an example, we emit a debugging log message on these tokens. // 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\$]*/, /@\s*[a-zA-Z_\$][\w\$]*/,
{ token: "annotation", log: "annotation token: $0" }, { token: "annotation", log: "annotation token: $0" },

Loading…
Cancel
Save