Skip to content

Commit 20be437

Browse files
committed
Update changelog for syntax changes
1 parent bce517e commit 20be437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Changed
1010

1111
- Sync to upstream Luau 0.690
12+
- TextMate grammar syntax highlighting extended to support `read` / `write` modifiers in tables, type functions, and highlighting `buffer` / `thread` etc. as types ([Luau.tmLanguage #18](https://github.com/JohnnyMorganz/Luau.tmLanguage/pull/18), [Luau.tmLanguage #19](https://github.com/JohnnyMorganz/Luau.tmLanguage/pull/19))
1213

1314
## [1.53.2] - 2025-08-30
1415

@@ -1419,6 +1420,7 @@ local y = tbl.data -- Should give "This is some special information"
14191420
### Added
14201421

14211422
- Added configuration options to enable certain Language Server features. By default, they are all enabled:
1423+
14221424
- `luau-lsp.completion.enabled`: Autocomplete
14231425
- `luau-lsp.hover.enabled`: Hover
14241426
- `luau-lsp.signatureHelp.enabled`: Signature Help

0 commit comments

Comments
 (0)