Socket
Socket
Sign inDemoInstall

@cspell/dict-fonts

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cspell/dict-fonts

Font names dictionary for cspell.


Version published
Weekly downloads
492K
increased by19.22%
Maintainers
1
Install size
12.0 kB
Created
Weekly downloads
 

Changelog

Source

4.0.0 (2022-10-31)

⚠ BREAKING CHANGES

  • Rebuild Java Dictionary (#1557)
  • Force major version for en_GB. (#1556)
  • Rebuild en_US (#1553)
  • Upgrade to CSpell 6 format (#1552)
  • Upgrade Catalan Dictionary to CSpell 6 (#1551)
  • Update Bulgarian to use CSpell 6 format. (#1550)

Features

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.12.0 to 6.13.1 (#1543) (4efb47e)
  • deps: bump ava from 4.3.3 to 5.0.1 (#1536) (115dc48)
  • deps: bump cspell from 6.12.0 to 6.13.1 (#1544) (53ee63f)

Miscellaneous

Updates and Bug Fixes

  • 1532 (#1533) (d6295c3)
  • Add huobi and orderbook (#1531) (4ac7559)
  • add pixelated and pixellated to software-terms (#1538) (e1b2d2c)
  • Add Plex, Trakt, and Letterboxd (20738e5)
  • pixelated and pixellated (e1b2d2c)
  • Rebuild dictionaries to reduce size (#1554) (ec711d3)
  • Update .Net and PHP dicts. (#1535) (d577c9b)
  • Update companies.txt (#1526) (8d44aba)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1529) (f754d0e)
  • Workflow Bot -- Build Dictionaries (#1539) (9298bb2)
  • Workflow Bot -- Build Dictionaries (#1546) (c8f1667)
  • Workflow Bot -- Build Dictionaries (#1548) (8fb732d)
  • Workflow Bot -- Update ALL Dependencies (ce50ce0)
  • Workflow Bot -- Update ALL Dependencies (3770b85)
  • Workflow Bot -- Update ALL Dependencies (db2e228)
  • Workflow Bot -- Update ALL Dependencies (35679b4)
  • Workflow Bot -- Update ALL Dependencies (01f4aec)
  • Workflow Bot -- Update ALL Dependencies (main) (#1525) (01f4aec)
  • Workflow Bot -- Update ALL Dependencies (main) (#1528) (35679b4)
  • Workflow Bot -- Update ALL Dependencies (main) (#1534) (db2e228)
  • Workflow Bot -- Update ALL Dependencies (main) (#1540) (3770b85)
  • Workflow Bot -- Update ALL Dependencies (main) (#1555) (ce50ce0)

Readme

Source

CSpell font names Dictionary

Font names dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

ToolVersion
cspell>= 6
Code Spell Checker - Visual Studio Code>= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-fonts
cspell link add @cspell/dict-fonts

Uninstall from cspell

cspell link remove @cspell/dict-fonts

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-fonts/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

License

MIT

Some packages may have other licenses included.

Keywords

FAQs

Last updated on 02 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc