Skip to content

Commit

Permalink
fix: Add "MS-DOS", "GUI", and "WYSIWYG"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 28, 2024
1 parent a21202b commit 2817f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
["IP[ -]?v6", "IPv6"],
["JSDocs?", "JSDoc"],
["Local[ -]?Storage", "localStorage"],
["MS[ -]?DOS", "MS-DOS"],
["Next[ .]?js", "Next.js"],
["Node[ .]?js", "Node.js"],
["React[ .]?js", "React"],
Expand Down Expand Up @@ -115,6 +116,7 @@
"DNS",
"DOM",
["(?<![\\.-])gif\\b", "GIF"],
"GUI",
["(?<![\\.-])html\\b", "HTML"],
["HTTP[ /]2(?:\\.0)?", "HTTP/2"],
["\bHTTP(?!:)", "HTTP"],
Expand All @@ -140,6 +142,7 @@
"SDK",
"SSH",
["wi[- ]?fi", "Wi-Fi"],
"WYSIWYG",
"XML",
["(?<![\\.-])yaml\\b", "YAML"],
"ZIP",
Expand Down

0 comments on commit 2817f5c

Please sign in to comment.