Skip to content

MysticalMike60t/configs-lsp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configurations Language Server

Syntax highlighting, autocompletion, and more for various different configuration files!

Developed for use with rustfmt (more coming soon) extension for Zed .

GitHub Actions Workflow Status Deps.rs Repository Dependencies
GitHub License GitHub commits since latest release GitHub last commit GitHub repo file or directory count GitHub code size in bytes

Current supported files

Last updated on 16/04/2026

  1. rustfmt.toml 1
  2. .rustfmt.toml 1

Why does this exist?

I created this because I love having snippets, autocomplete, highlighting, etc.

I am working on creating more of these language servers for different types of configuration files in the future.

More Info

Any Python files (*.py[w][c], .python-version, pyproject.toml, .venv/, etc) are not needed for the extension. These are just for usage during development2.

This also includes all files inside of the .dev/ folder.


  1. Resources I used for development

  2. Development specific usage:

    Code, folders, etc — made specifically for developers, and NOT end-users. All of these files can be deleted, and the language server will work as expected. If it does make an impact on the main functionality, please Open an Issue. Currently tracked development files/folderspresented in .gitignore format.

    • .zed/
    • .venv/ File(s) not currently used
    • .python-version File(s) not currently used
    • pyproject.toml File(s) not currently used
    • *.spec File(s) not currently used
    • *.sh File(s) not currently used
    • *.bat File(s) not currently used
    • *.cmd File(s) not currently used
    • *.ps1 File(s) not currently used

About

Rustfmt language server.

Resources

License

Stars

Watchers

Forks

Contributors

Languages