Skip to content

Commit

Permalink
Powerquery: Removed useless data-type alternative (#3122)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 5, 2021
1 parent ee62a08 commit eeb1399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-powerquery.js
Expand Up @@ -40,7 +40,7 @@ Prism.languages.powerquery = {
lookbehind: true
},
'data-type': {
pattern: /\b(?:any|anynonnull|binary|date|datetime|datetimezone|duration|function|list|logical|none|number|record|table|text|time|type)\b/,
pattern: /\b(?:any|anynonnull|binary|date|datetime|datetimezone|duration|function|list|logical|none|number|record|table|text|time)\b/,
alias: 'variable'
},
'number': {
Expand Down
2 changes: 1 addition & 1 deletion components/prism-powerquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eeb1399

Please sign in to comment.