Skip to content

Commit

Permalink
fix: Add a bunch of new words
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 26, 2024
1 parent 580f8d3 commit 787da86
Showing 1 changed file with 58 additions and 6 deletions.
64 changes: 58 additions & 6 deletions terms.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
// Brands
"Airbnb",
"AirPods",
"Android",
"AppleScript",
"AppVeyor",
Expand All @@ -10,44 +11,78 @@
"Codecov",
"CodePen",
"CodeSandbox",
"CoffeeScript",
"DefinitelyTyped",
"EditorConfig",
"Electron",
"ESLint",
"Git",
"GitHub",
"GraphQL",
"Google",
"GraphiQL",
"GraphQL",
"Homebrew",
"IndexedDB",
"iOS",
"iPad",
"iPadOS",
"iPhone",
"JavaScript",
"Jest",
"JetBrains",
"Jira",
"jQuery",
"LinkedIn",
"Lodash",
"MacBook",
"Markdown",
"MySQL",
"OpenType",
"PayPal",
"PhpStorm",
"PlayStation",
"RubyMine",
"SaaS",
"Sass",
"SemVer",
"tvOS",
"TypeScript",
"UglifyJS",
"Unicode",
"Unix",
"Wasm",
"watchOS",
"WebAssembly",
"WebStorm",
"Windows",
"WordPress",
"Xcode",
"Yarn",
"YouTube",
["Common[ .]js", "CommonJS"],
"Zsh",
["Apple[ -]?Script", "AppleScript"],
["Angular[ .]?js", "Angular"],
["AppStore", "App Store"],
["Common[ .]?js", "CommonJS"],
["E[ -]?PUB", "EPUB"],
["Font[ -]?Awesome", "Font Awesome"],
["GitHub[ -]?Action", "GitHub Action"],
["GitHub[ -]?Actions", "GitHub Actions"],
["IP[ -]?v6", "IPv6"],
["JSDocs?", "JSDoc"],
["Node[ .]js", "Node.js"],
["React[ .]js", "React"],
["Local[ -]?Storage", "LocalStorage"],
["Next[ .]?js", "Next.js"],
["Node[ .]?js", "Node.js"],
["React[ .]?js", "React"],
["Postgres?SQL", "PostgreSQL"],
["SauceLabs", "Sauce Labs"],
["StackOverflow", "Stack Overflow"],
["styled ?components", "styled-components"],
["HTTP[ /]2(?:\\.0)?", "HTTP/2"],
["OS X", "macOS"],
["Mac ?OS", "macOS"],
["Visual ?Studio ?Code", "Visual Studio Code"],
["V[ -]?S[ -]?Code", "Visual Studio Code"],
["a npm", "an npm"],

// ECMAScript
Expand All @@ -61,10 +96,16 @@
"Ajax",
"API",
["API['’]?s", "APIs"],
"CDN",
"CORS",
["(?<![\\.-])css\\b", "CSS"],
"DNS",
"DOM",
["(?<![\\.-])gif\\b", "GIF"],
["(?<![\\.-])html\\b", "HTML"],
"HTTPS",
["HTTP(?!:)", "HTTP"],
["HTTPS(?!:)", "HTTPS"],
"IDE",
"IoT",
"I/O",
["I-O", "I/O"],
Expand All @@ -75,10 +116,19 @@
["(?<![\\.-])pdf\\b", "PDF"],
["(?<![\\.-])png\\b", "PNG"],
"SaaS",
"URL",
"URI",
"URIs",
"URL",
["URL['’]?s", "URLs"],
["an URL", "a URL"],
"REST",
"RESTful",
"RSS",
"SDK",
"SSH",
["wi[- ]?fi", "Wi-Fi"],
"XML",
"YAML",
"ZIP",

// Names
Expand All @@ -96,10 +146,12 @@
["he/she", "they"],
["\\(s\\)he", "they"],
["indexes\\b", "indices"],
["readme(s)?", "readme$1"], // Don't allow README
["repo\\b", "repository"],
["smartphone(s)?", "mobile phone$1"],
// https://stackoverflow.com/questions/44934828/is-it-spread-syntax-or-the-spread-operator
["spread operator", "spread syntax"],
["todo(s)?", "todo$1"], // Don't allow TODO
["web[- ]?site(s)?", "site$1"],

// Single word
Expand Down

0 comments on commit 787da86

Please sign in to comment.