mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Remove LibGUI mention in VSCode configuration
Since this fork no longer supports LibGUI, we should not mention it here to avoid confusion from contributors who aren't familiar with SerenityOS.
This commit is contained in:
parent
24651233b0
commit
9dd14c6a7f
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/kemzeb Commit: https://github.com/LadybirdBrowser/ladybird/commit/9dd14c6a7f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/393
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Run ``./Meta/ladybird.sh run ladybird`` at least once to generate the ``compile_
|
|||
### DSL syntax highlighting
|
||||
|
||||
There's a syntax highlighter extension for SerenityOS DSLs called "SerenityOS DSL Syntax Highlight", available [here](https://marketplace.visualstudio.com/items?itemName=kleinesfilmroellchen.serenity-dsl-syntaxhighlight) or [here](https://open-vsx.org/extension/kleinesfilmroellchen/serenity-dsl-syntaxhighlight).
|
||||
The extension provides syntax highlighting for LibIPC's IPC files, LibGUI's GUI Markup Language (GML), [Web IDL](https://webidl.spec.whatwg.org/), and LibJS's
|
||||
The extension provides syntax highlighting for LibIPC's IPC files, [Web IDL](https://webidl.spec.whatwg.org/), and LibJS's
|
||||
serialization format (no extension) as output by js with the -d option.
|
||||
|
||||
### Microsoft C/C++ tools
|
||||
|
|
Loading…
Reference in a new issue