Skip to content

Commit

Permalink
IchigoJam: Remove unneeded escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Jan 2, 2018
1 parent 6e9f748 commit bf9a314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-ichigojam.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Prism.languages.ichigojam = {
'keyword': /\b(?:BEEP|BPS|CASE|CLEAR|CLK|CLO|CLP|CLS|CLT|CLV|CONT|COPY|ELSE|END|FILE|FILES|FOR|GOSUB|GSB|GOTO|IF|INPUT|KBD|LED|LET|LIST|LOAD|LOCATE|LRUN|NEW|NEXT|OUT|RIGHT|PLAY|POKE|PRINT|PWM|REM|RENUM|RESET|RETURN|RTN|RUN|SAVE|SCROLL|SLEEP|SRND|STEP|STOP|SUB|TEMPO|THEN|TO|UART|VIDEO|WAIT)(?:\$|\b)/i,
'function': /\b(?:ABS|ANA|ASC|BIN|BTN|DEC|END|FREE|HELP|HEX|I2CR|I2CW|IN|INKEY|LEN|LINE|PEEK|RND|SCR|SOUND|STR|TICK|USR|VER|VPEEK|ZER)(?:\$|\b)/i,
'label': /(?:\B@[^\s]+)/i,
'operator': /<[=>]?|>=?|\|\||&&|[+\-*\/=\|&^~!]|\b(?:AND|NOT|OR)\b/i,
'operator': /<[=>]?|>=?|\|\||&&|[+\-*\/=|&^~!]|\b(?:AND|NOT|OR)\b/i,
'punctuation': /[\[,;:()\]]/
};
2 changes: 1 addition & 1 deletion components/prism-ichigojam.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf9a314

Please sign in to comment.