diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-08 12:35:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 12:35:32 -0500 |
commit | 12e6e377854a9163b322a16f3effe816d0222c67 (patch) | |
tree | 79783eeaa2503461608e6cb5f905f3c2fe90678b /ext/bg/query-parser-templates.html | |
parent | 8cf10d685d52d5ae75d65c4aea4adcb6d101e9a4 (diff) |
Query parser generator refactor (#1006)
* Simplify select generation
* Refactor text generation
* Change optional argument
* Remove query-parser-templates.html
* Simplify prepare
* Simplify preview
Diffstat (limited to 'ext/bg/query-parser-templates.html')
-rw-r--r-- | ext/bg/query-parser-templates.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/bg/query-parser-templates.html b/ext/bg/query-parser-templates.html deleted file mode 100644 index 7cab16a9..00000000 --- a/ext/bg/query-parser-templates.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html><html><head></head><body> - -<template id="term-template"><span class="query-parser-term" data-type="normal"></span></template> -<template id="term-preview-template"><span class="query-parser-term" data-type="preview"></span></template> -<template id="segment-template"><ruby class="query-parser-segment"><span class="query-parser-segment-text"></span><rt class="query-parser-segment-reading"></rt></ruby></template> -<template id="char-template"><span class="query-parser-char"></span></template> - -<template id="select-template"><select class="query-parser-select form-control"></select></template> -<template id="select-option-template"><option class="query-parser-select-option"></option></template> - -</body></html> |