docs: Mention Fuchsia in docs

This commit is contained in:
Shuhei Takahashi 2025-04-08 23:19:23 +09:00 committed by Shuhei Takahashi
parent 3ebda5c197
commit 8b82ee0b42
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "gn-language-server"
description = "A language server for GN, the build configuration language used in Chromium and other projects"
description = "A language server for GN, the build configuration language used in Chromium, Fuchsia, and other projects"
version = "1.3.6"
edition = "2021"
license = "Apache-2.0"

View file

@ -4,7 +4,7 @@
A [language server](https://microsoft.github.io/language-server-protocol/) for
[GN](https://gn.googlesource.com/gn/),
the build configuration language used for Chromium.
the build configuration language used in Chromium, Fuchsia, and other projects.
## Features

View file

@ -2,7 +2,7 @@
A [language server](https://microsoft.github.io/language-server-protocol/) for
[GN](https://gn.googlesource.com/gn/),
the build configuration language used for Chromium.
the build configuration language used in Chromium, Fuchsia, and other projects.
## Features

View file

@ -1,7 +1,7 @@
{
"name": "gn",
"displayName": "GN Language",
"description": "Language server for GN, the build configuration language used in Chromium and other projects",
"description": "Language server for GN, the build configuration language used in Chromium, Fuchsia, and other projects",
"repository": {
"type": "git",
"url": "https://github.com/google/gn-language-server"