style: modify underscore themes. v2.3.3 5afb09a715

This commit is contained in:
jaywcjlove
2022-10-24 15:04:01 +00:00
parent 3e38547699
commit f25693a07c
360 changed files with 543 additions and 543 deletions

View File

@@ -0,0 +1,2 @@
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[7136],{7136: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=7136.3d21552c.chunk.js.map