Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/xml/rainbows.scm')
| -rw-r--r-- | runtime/queries/xml/rainbows.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/queries/xml/rainbows.scm b/runtime/queries/xml/rainbows.scm deleted file mode 100644 index 0ff9c7fa..00000000 --- a/runtime/queries/xml/rainbows.scm +++ /dev/null @@ -1,29 +0,0 @@ -[ - (processing_instructions) - (cdata_sect) - (xml_decl) - (doctype_decl) - (element_decl) - (element_choice) - (element_seq) - (mixed) - (attlist_decl) - (notation_type) - (enumeration) - (ge_decl) - (pe_decl) - (notation_decl) -] @rainbow.scope - -((element) @rainbow.scope - (#set! rainbow.include-children)) - -[ - "<?" "?>" - "<" ">" - "</" "/>" - "<!" - "(" ")" - ")*" - "[" "]" -] @rainbow.bracket |