diff --git a/dictionaries/software-terms/cspell-ext.json b/dictionaries/software-terms/cspell-ext.json index d1da2ebb164..46c9ee7c453 100644 --- a/dictionaries/software-terms/cspell-ext.json +++ b/dictionaries/software-terms/cspell-ext.json @@ -23,11 +23,17 @@ "name": "web-services", "path": "./dict/webServices.txt", "description": "Web Services and APIs dictionary for cspell." + }, + { + "name": "computing-acronyms", + "path": "./dict/computing-acronyms.txt", + "description": "Common acronyms related to computing." } ], // Enable `softwareTerms` by default if this extension is imported. "dictionaries": [ - "softwareTerms" + "softwareTerms", + "computing-acronyms" // "networking-terms" - is not included by default because it is very specific. // "web-services" - is not included by default ] diff --git a/dictionaries/software-terms/cspell-tools.config.yaml b/dictionaries/software-terms/cspell-tools.config.yaml index 9df077df0df..da292f64d59 100644 --- a/dictionaries/software-terms/cspell-tools.config.yaml +++ b/dictionaries/software-terms/cspell-tools.config.yaml @@ -25,3 +25,11 @@ targets: targetDirectory: "./dict" generateNonStrict: false compress: false + - name: "computing-acronyms" + sources: + - filename: src/computing-acronyms.txt + split: true + format: plaintext + targetDirectory: "./dict" + generateNonStrict: false + compress: false diff --git a/dictionaries/software-terms/dict/computing-acronyms.txt b/dictionaries/software-terms/dict/computing-acronyms.txt new file mode 100644 index 00000000000..19e342a6969 --- /dev/null +++ b/dictionaries/software-terms/dict/computing-acronyms.txt @@ -0,0 +1,39 @@ + +# cspell-tools: keep-case no-split + +ACM +DDR +DOS +DRAM +GSM +GUI +GUID +HDD +HDMI +HTML +HTTP +IEEE +IP +RAM +SDRAM +SRAM +SSD +SSID +SVGA +TCP +UHF +UTP +UUID +VGA +VHS +VNC +VPN +VRAM +W3C +WAN +WAP +WWW +WYSIWYG +XML +XSD +ZIP diff --git a/dictionaries/software-terms/src/computing-acronyms.txt b/dictionaries/software-terms/src/computing-acronyms.txt new file mode 100644 index 00000000000..4ea1b6ba738 --- /dev/null +++ b/dictionaries/software-terms/src/computing-acronyms.txt @@ -0,0 +1,38 @@ +# Common Acronyms related to computing +# Reference: https://en.wikipedia.org/wiki/List_of_computing_and_IT_abbreviations +IEEE +ACM +SSD +HDD +HTTP +HTML +HDMI +UHF +GSM +GUI +GUID +SSID +RAM +SRAM +SDRAM +DRAM +VGA +SVGA +DDR +TCP +IP +DOS +UUID +UTP +VHS +VPN +VNC +VRAM +W3C +WAN +WWW +WYSIWYG +WAP +XML +XSD +ZIP