mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-13 00:38:49 +08:00
2 lines
734 B
JavaScript
2 lines
734 B
JavaScript
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[5462],{9707:function(e,n,t){t.r(n),t.d(n,{brainfuck:function(){return i}});var o="><+-.,[]".split(""),i={name:"brainfuck",startState:function(){return{commentLine:!1,left:0,right:0,commentLoop:!1}},token:function(e,n){if(e.eatSpace())return null;e.sol()&&(n.commentLine=!1);var t=e.next().toString();return-1===o.indexOf(t)?(n.commentLine=!0,e.eol()&&(n.commentLine=!1),"comment"):!0===n.commentLine?(e.eol()&&(n.commentLine=!1),"comment"):"]"===t||"["===t?("["===t?n.left++:n.right++,"bracket"):"+"===t||"-"===t?"keyword":"<"===t||">"===t?"atom":"."===t||","===t?"def":void(e.eol()&&(n.commentLine=!1))}}}}]);
|
|
//# sourceMappingURL=5462.967477af.chunk.js.map
|