Skip to content

Commit

Permalink
Support XML
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Aug 16, 2023
1 parent 08506c2 commit 0263c95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ Svelte:
TypeScript:
category: programming
color: "#2F74C0"
heuristics:
- "(?m)^export\\s+\\w[\\w\\d_]*?"
- "(?m)^import\\s+"
matchers:
extensions:
- ts
Expand All @@ -209,6 +212,15 @@ Vue:
matchers:
extensions:
- vue
XML:
category: data
color: "#005FAF"
heuristics:
- "<TS version=\"\\d+(?:\\.d+)+\" language=\""
matchers:
extensions:
- ts
- xml
YAML:
category: data
color: "#CC1018"
Expand Down

0 comments on commit 0263c95

Please sign in to comment.