Extract GLSL language support into an extension (#10433)
Release Notes: - Extracted GLSL language support into an extension. --------- Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
47f698d5a3
commit
c38f72d194
10 changed files with 24 additions and 25 deletions
|
@ -3,8 +3,6 @@ ignore-files = true
|
|||
ignore-hidden = false
|
||||
extend-exclude = [
|
||||
".git/",
|
||||
# glsl isn't recognized by this tool
|
||||
"crates/languages/src/glsl/",
|
||||
# File suffixes aren't typos
|
||||
"assets/icons/file_icons/file_types.json",
|
||||
"crates/extensions_ui/src/extension_suggest.rs",
|
||||
|
@ -17,6 +15,8 @@ extend-exclude = [
|
|||
"crates/editor/src/editor_tests.rs",
|
||||
# Clojure uses .edn filename extension, which is not a misspelling of "end"
|
||||
"extensions/clojure/languages/clojure/config.toml",
|
||||
# glsl isn't recognized by this tool
|
||||
"extensions/glsl/languages/glsl/",
|
||||
# Windows likes its abbreviations
|
||||
"crates/gpui/src/platform/windows/",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue