Initial slimming of source project

This commit is contained in:
2025-06-13 21:40:15 -04:00
parent 2b769d0588
commit 4966337b1f
152 changed files with 21 additions and 3050 deletions
+21
View File
@@ -0,0 +1,21 @@
filetype: xml
detect:
filename: "\\.(xml|sgml?|rng|plist)$"
header: "(<rss|<!DOCTYPE|<xsd|<\\?xml)"
rules:
- type: "(<(/)?[a-zA-Z:]+>)"
- type: "(<(/)?[a-zA-Z:]+[[:space:]]+)"
- constant.specialChar: '[a-zA-Z0-9]+="(.*)+"'
- statement: '([a-zA-Z0-9]+)='
- type: "(([[:space:]])?/?>([[:space:]]+)?$)"
- comment:
start: "<!DOCTYPE"
end: "[/]?>"
rules: []
- comment:
start: "<!--"
end: "-->"
rules: []
- special: "&[^;]*;"