tree-sitter-make


Nametree-sitter-make JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryMake grammar for tree-sitter
upload_time2024-05-24 06:50:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords incremental parsing tree-sitter make
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tree-sitter-make
Tree-sitter-make is a Make parser intended to be used for syntax highlighting.

## Missing features
- [ ] Support to custom .RECIPEPREFIX
- [ ] Load directive

This parser uses GNUMakefile documentation as reference. Others makefile formats
might have features not implemented by this grammar. Feel free to open an issue
with a feature request or do a pull request to extend this grammar to support
other makefiles formats.

## Reference
* [GNU Make manual](https://www.gnu.org/software/make/manual/html_node/index.html)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tree-sitter-make",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "incremental, parsing, tree-sitter, make",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d6/a4/ecee55ed27e477d32f9204a7c9d6d0625fc3c59ac2d72b92a9af3541fd7c/tree_sitter_make-0.0.1.tar.gz",
    "platform": null,
    "description": "# tree-sitter-make\nTree-sitter-make is a Make parser intended to be used for syntax highlighting.\n\n## Missing features\n- [ ] Support to custom .RECIPEPREFIX\n- [ ] Load directive\n\nThis parser uses GNUMakefile documentation as reference. Others makefile formats\nmight have features not implemented by this grammar. Feel free to open an issue\nwith a feature request or do a pull request to extend this grammar to support\nother makefiles formats.\n\n## Reference\n* [GNU Make manual](https://www.gnu.org/software/make/manual/html_node/index.html)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Make grammar for tree-sitter",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/tree-sitter/tree-sitter-make"
    },
    "split_keywords": [
        "incremental",
        " parsing",
        " tree-sitter",
        " make"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c8b7dc1174a58903e3f9ff06955b413afe99201787b1e97de10f9fc449edfd2",
                "md5": "8f8618f126c92656d58185127bf7002c",
                "sha256": "5923eeeaa98e486d3b4ee0819f3eb905cec9cef1e0d3f79626c2c981a003a66e"
            },
            "downloads": -1,
            "filename": "tree_sitter_make-0.0.1-cp38-abi3-manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f8618f126c92656d58185127bf7002c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 77617,
            "upload_time": "2024-05-24T06:50:45",
            "upload_time_iso_8601": "2024-05-24T06:50:45.594954Z",
            "url": "https://files.pythonhosted.org/packages/1c/8b/7dc1174a58903e3f9ff06955b413afe99201787b1e97de10f9fc449edfd2/tree_sitter_make-0.0.1-cp38-abi3-manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6a4ecee55ed27e477d32f9204a7c9d6d0625fc3c59ac2d72b92a9af3541fd7c",
                "md5": "8d8c810d373a82133a3a4b5a65facf3f",
                "sha256": "8c78bb8ebf13962518f01e850438616ae9c6eab2d5b36bbd550488e2858b8c3a"
            },
            "downloads": -1,
            "filename": "tree_sitter_make-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8d8c810d373a82133a3a4b5a65facf3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 66687,
            "upload_time": "2024-05-24T06:50:48",
            "upload_time_iso_8601": "2024-05-24T06:50:48.157394Z",
            "url": "https://files.pythonhosted.org/packages/d6/a4/ecee55ed27e477d32f9204a7c9d6d0625fc3c59ac2d72b92a9af3541fd7c/tree_sitter_make-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 06:50:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tree-sitter",
    "github_project": "tree-sitter-make",
    "github_not_found": true,
    "lcname": "tree-sitter-make"
}
        
Elapsed time: 0.24322s