Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/boatbomber/Highlighter into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
boatbomber committed Mar 11, 2022
2 parents e635ad1 + 8b8ecc3 commit 6bbc9b6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/lexer/language.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ local language = {
["Enum"] = true,
["Faces"] = true,
["FloatCurveKey"] = true,
["Font"] = true,
["Instance"] = true,
["NumberRange"] = true,
["NumberSequence"] = true,
Expand All @@ -138,7 +139,6 @@ local language = {
["Region3int16"] = true,
["RotationCurveKey"] = true,
["task"] = true,
["TextChatMessageProperties"] = true,
["TweenInfo"] = true,
["UDim"] = true,
["UDim2"] = true,
Expand Down Expand Up @@ -257,6 +257,7 @@ local language = {

table = {
clear = true,
clone = true,
concat = true,
create = true,
find = true,
Expand Down Expand Up @@ -367,6 +368,11 @@ local language = {
FloatCurveKey = {
new = true,
},

Font = {
fromEnum = true,
new = true,
},

Instance = {
new = true,
Expand Down Expand Up @@ -429,6 +435,7 @@ local language = {
},

task = {
cancel = true,
defer = true,
delay = true,
desynchronize = true,
Expand All @@ -437,10 +444,6 @@ local language = {
wait = true,
},

TextChatMessageProperties = {
new = true,
},

TweenInfo = {
new = true,
},
Expand Down

0 comments on commit 6bbc9b6

Please sign in to comment.