Skip to content

cesiumlang/cspell-cesium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cspell-cesium

cSpell library for the Cesium programming language

Usage

It is recommended to add this repo as a submodule to your existing project:

git submodule add https://github.com/cesiumlang/cspell-cesium.git .cspell/cesium

Then, ensure you import the config file in your existing project .cspell.json or equivalent file:

{
    "version": "0.2",
    "import": [
        ".cspell/cesium/cspell-ext.json"
    ]
}

About

CSpell configuration for the Cesium programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published