doc: Update README.md v2.4.1 49bf21de71

This commit is contained in:
jaywcjlove
2025-12-03 16:37:16 +00:00
parent d1d203390d
commit 1846f4db91
363 changed files with 574 additions and 913 deletions

View File

@@ -0,0 +1,2 @@
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[6339],{6339:(e,t,n)=>{n.d(t,{brainfuck:()=>m});var o="><+-.,[]".split("");const m={name:"brainfuck",startState:function(){return{commentLine:!1,left:0,right:0,commentLoop:!1}},token:function(e,t){if(e.eatSpace())return null;e.sol()&&(t.commentLine=!1);var n=e.next().toString();return-1===o.indexOf(n)?(t.commentLine=!0,e.eol()&&(t.commentLine=!1),"comment"):!0===t.commentLine?(e.eol()&&(t.commentLine=!1),"comment"):"]"===n||"["===n?("["===n?t.left++:t.right++,"bracket"):"+"===n||"-"===n?"keyword":"<"===n||">"===n?"atom":"."===n||","===n?"def":void(e.eol()&&(t.commentLine=!1))}}}}]);
//# sourceMappingURL=6339.46ee2055.chunk.js.map