aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/dist/assets/troff-wAsdV37c.js
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-28 15:26:21 -0800
committerClawd <ai@clawd.bot>2026-02-28 15:26:21 -0800
commit5bd5da261732a1fce6a94ffa4d348dd6c80887cf (patch)
tree7893aea50ba0d37ceff3ecddef4abc8b8784b822 /renderer/dist/assets/troff-wAsdV37c.js
parent519d6b850e07a0387511a8f024dc394250b1a241 (diff)
Fix .gitignore: ignore dist/, .claude-flow/, and sync-conflict files
Remove accidentally committed build artifacts and working files.
Diffstat (limited to 'renderer/dist/assets/troff-wAsdV37c.js')
-rw-r--r--renderer/dist/assets/troff-wAsdV37c.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/renderer/dist/assets/troff-wAsdV37c.js b/renderer/dist/assets/troff-wAsdV37c.js
deleted file mode 100644
index bc38dc7..0000000
--- a/renderer/dist/assets/troff-wAsdV37c.js
+++ /dev/null
@@ -1 +0,0 @@
1var h={};function u(n){if(n.eatSpace())return null;var t=n.sol(),c=n.next();if(c==="\\")return n.match("fB")||n.match("fR")||n.match("fI")||n.match("u")||n.match("d")||n.match("%")||n.match("&")?"string":n.match("m[")?(n.skipTo("]"),n.next(),"string"):n.match("s+")||n.match("s-")?(n.eatWhile(/[\d-]/),"string"):((n.match("(")||n.match("*("))&&n.eatWhile(/[\w-]/),"string");if(t&&(c==="."||c==="'")&&n.eat("\\")&&n.eat('"'))return n.skipToEnd(),"comment";if(t&&c==="."){if(n.match("B ")||n.match("I ")||n.match("R "))return"attribute";if(n.match("TH ")||n.match("SH ")||n.match("SS ")||n.match("HP "))return n.skipToEnd(),"quote";if(n.match(/[A-Z]/)&&n.match(/[A-Z]/)||n.match(/[a-z]/)&&n.match(/[a-z]/))return"attribute"}n.eatWhile(/[\w-]/);var i=n.current();return h.hasOwnProperty(i)?h[i]:null}function f(n,t){return(t.tokens[0]||u)(n,t)}const o={name:"troff",startState:function(){return{tokens:[]}},token:function(n,t){return f(n,t)}};export{o as troff};