Skip to content

Commit

Permalink
fix(amp-fx): provide amp-fx regex
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Feb 14, 2020
1 parent 1e63eab commit 348aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getTags ({
{ tag: 'amp-fit-text', version: '0.1' },
{ tag: 'amp-font', version: '0.1' },
{ tag: 'form', script: 'amp-form', version: '0.1' },
{ tag: 'amp-fx-collection', version: '0.1' },
{ tag: 'amp-fx-collection', version: '0.1', regex: /<[^>]*amp-fx[^>]*>/gi },
{ tag: 'amp-fx-flying-carpet', version: '0.1' },
{ tag: 'amp-geo', version: '0.1' },
{ tag: 'amp-gfycat', version: '0.1' },
Expand Down

0 comments on commit 348aad5

Please # to comment.