diff options
| author | Clawd <ai@clawd.bot> | 2026-02-28 15:26:02 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-28 15:26:02 -0800 |
| commit | 519d6b850e07a0387511a8f024dc394250b1a241 (patch) | |
| tree | 5ee0a1bbbd7410f93a770e8129c88e29b5a5e5fb /renderer/dist/assets/protobuf-ChK-085T.js | |
| parent | bebbffa890c38f12f04b6fafad4c5c5e46e051a8 (diff) | |
Clear artifacts when creating new session
Each new session now starts with empty research.md and plan.md files,
preventing stale content from previous sessions appearing.
Diffstat (limited to 'renderer/dist/assets/protobuf-ChK-085T.js')
| -rw-r--r-- | renderer/dist/assets/protobuf-ChK-085T.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/renderer/dist/assets/protobuf-ChK-085T.js b/renderer/dist/assets/protobuf-ChK-085T.js new file mode 100644 index 0000000..64dfb2c --- /dev/null +++ b/renderer/dist/assets/protobuf-ChK-085T.js | |||
| @@ -0,0 +1 @@ | |||
| function t(e){return new RegExp("^(("+e.join(")|(")+"))\\b","i")}var n=["package","message","import","syntax","required","optional","repeated","reserved","default","extensions","packed","bool","bytes","double","enum","float","string","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","option","service","rpc","returns"],r=t(n),i=new RegExp("^[_A-Za-z¡-][_A-Za-z0-9¡-]*");function f(e){return e.eatSpace()?null:e.match("//")?(e.skipToEnd(),"comment"):e.match(/^[0-9\.+-]/,!1)&&(e.match(/^[+-]?0x[0-9a-fA-F]+/)||e.match(/^[+-]?\d*\.\d+([EeDd][+-]?\d+)?/)||e.match(/^[+-]?\d+([EeDd][+-]?\d+)?/))?"number":e.match(/^"([^"]|(""))*"/)||e.match(/^'([^']|(''))*'/)?"string":e.match(r)?"keyword":e.match(i)?"variable":(e.next(),null)}const u={name:"protobuf",token:f,languageData:{autocomplete:n}};export{u as protobuf}; | |||
