sourcepawn_lsp 0.9.6

Language Server implemention for the SourcePawn programming language.
Documentation
<div align="center">
  <h1><code>SourcePawn Language Server</code></h1>
  <p>
    <strong>Language Server Protocol implementation for the SourcePawn programming language written in Rust</strong>
  </p>
  <p style="margin-bottom: 0.5ex;">
    <a href="https://github.com/Sarrus1/sourcepawn-lsp/releases/latest">
        <img src="https://img.shields.io/github/downloads/Sarrus1/sourcepawn-lsp/total"/>
    </a>
    <a href="https://github.com/Sarrus1/sourcepawn-lsp/actions/workflows/release.yml">
      <img
        alt="Github release status"
        src="https://github.com/Sarrus1/sourcepawn-lsp/actions/workflows/release.yml/badge.svg"
      />
    </a>
    <a href="https://github.com/Sarrus1/sourcepawn-lsp/releases/latest">
      <img alt="Crates.io" src="https://img.shields.io/crates/d/sourcepawn-lsp">
    </a>
    <a href="https://github.com/Sarrus1/sourcepawn-lsp/releases/latest">
      <img alt="Crates.io" src="https://img.shields.io/crates/v/sourcepawn-lsp">
    </a>
    <img alt="GitHub" src="https://img.shields.io/github/license/Sarrus1/sourcepawn-lsp">
  </p>
  <!-- <img src="https://raw.githubusercontent.com/Sarrus1/sourcepawn-lsp/main/img/logo.png" alt="Logo"> -->

**This is still a work in progress**

[More information](https://github.com/users/Sarrus1/projects/1/views/1) on the progress of the project

</div>