mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-21 21:33:25 +08:00
impr(language): add 'buffer' to list of keywords in luau language (adammehaney) (#5005)
* Add 'buffer' to list of keywords in code_luau.json * impr(language): add 'buffer' to list of keywords in luau language
This commit is contained in:
parent
8dac6aa509
commit
a0d8e3a9f2
1 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
|||
"string",
|
||||
"table",
|
||||
"task",
|
||||
"utf8"
|
||||
"utf8",
|
||||
"buffer"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue