File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
99``` toml
1010[dependencies ]
11- Highlighter = " boatbomber/highlighter@0.9 .0"
11+ Highlighter = " boatbomber/highlighter@0.10 .0"
1212```
1313
1414Roblox Model:
Original file line number Diff line number Diff line change 33
44# To add a new tool, add an entry to this table.
55[tools ]
6- rojo = " rojo-rbx/rojo@7.4.4 "
6+ rojo = " rojo-rbx/rojo@7.5.1 "
77run-in-roblox = " rojo-rbx/run-in-roblox@0.3.0"
88wally = " upliftgames/wally@0.3.2"
9- selene = " Kampfkarren/selene@0.27.1 "
10- stylua = " JohnnyMorganz/stylua@0.20 .0"
9+ selene = " Kampfkarren/selene@0.29.0 "
10+ stylua = " JohnnyMorganz/stylua@2.1 .0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @boatbomber/highlighter" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function Theme.matchStudioSettings(refreshCallback: () -> ()): boolean
5858 studio .ThemeChanged :Connect (function ()
5959 studioTheme = studio .Theme
6060 Theme .setColors (getTokens ())
61- refreshCallback ()
61+ refreshCallback ()
6262 end )
6363 end )
6464 return success
Original file line number Diff line number Diff line change 11[package ]
22name = " boatbomber/highlighter"
33description = " RichText highlighting Lua code with a pure Lua lexer"
4- version = " 0.9 .0"
4+ version = " 0.10 .0"
55license = " MIT"
66authors = [" boatbomber (https://boatbomber.com)" ]
77registry = " https://github.com/upliftgames/wally-index"
You can’t perform that action at this time.
0 commit comments