mirror of
https://github.com/google/gn-language-server.git
synced 2025-08-04 15:28:16 +00:00
docs: Mention Fuchsia in docs
This commit is contained in:
parent
3ebda5c197
commit
8b82ee0b42
4 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue