Skip to content

Commit eeb1399

Browse files
authoredOct 5, 2021
Powerquery: Removed useless data-type alternative (#3122)
1 parent ee62a08 commit eeb1399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎components/prism-powerquery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Prism.languages.powerquery = {
4040
lookbehind: true
4141
},
4242
'data-type': {
43-
pattern: /\b(?:any|anynonnull|binary|date|datetime|datetimezone|duration|function|list|logical|none|number|record|table|text|time|type)\b/,
43+
pattern: /\b(?:any|anynonnull|binary|date|datetime|datetimezone|duration|function|list|logical|none|number|record|table|text|time)\b/,
4444
alias: 'variable'
4545
},
4646
'number': {

‎components/prism-powerquery.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)