Metadata-Version: 1.1
Name: gcl_language_server
Version: 0.1
Summary: Languagage Server for Generic Configuration Language
Home-page: https://github.com/rix0rrr/gcl-language-server
Author: Rico Huijbers
Author-email: rix0rrr@gmail.com
License: MIT
Description: GCL Language Server
        ===================
        
        This repository contains an implemention of the [Language Server
        Protocol](https://github.com/Microsoft/language-server-protocol) spec for the [GCL
        language](https://github.com/rix0rrr/gcl). It is used by the
        [Visual Studio Code extension](https://github.com/rix0rrr/gcl-vscode).
        
        Installation
        ------------
        
        Install this package via `pip`:
        
            pip install gcl-language-server
        
        And the extension from within Visual Studio Code.
        
Keywords: configuration
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Interpreters
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
