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:
Adam Mehaney 2024-02-06 05:43:31 -07:00 committed by GitHub
parent 8dac6aa509
commit a0d8e3a9f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@
"string",
"table",
"task",
"utf8"
"utf8",
"buffer"
]
}