Skip to content

Commit

Permalink
General code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFryer committed Feb 13, 2018
1 parent f9f4e32 commit 3373f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/src/languages/qlikview-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Then To Trace " +
"Unless Unmap Unqualify Untag Using " +
"When Where With",

built_in: "Acos Addmonths Addyears Age Alt Applycodepage Applymap Argb Asin Atan Atan2 Attribute Author Autonumber " +
"Autonumberhash128 Autonumberhash256 Avg " +
"Bitcount Black Blackandschole Blue Brown " +
Expand Down Expand Up @@ -143,7 +143,7 @@
illegal: "\n\s",
contains: [
QVS_HASH_FUNCTIONS,
QVS_KEYWORD_FUNCTIONS,
QVS_KEYWORD_FUNCTIONS
]
};
return {
Expand Down

0 comments on commit 3373f65

Please sign in to comment.