{"id":15144199,"url":"https://github.com/valdezfomar/tree-sitter-xresources","last_synced_at":"2025-10-23T20:32:10.567Z","repository":{"id":255095700,"uuid":"848529317","full_name":"ValdezFOmar/tree-sitter-xresources","owner":"ValdezFOmar","description":"Xresources grammar for tree-sitter","archived":false,"fork":false,"pushed_at":"2025-01-19T07:48:45.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T21:04:14.282Z","etag":null,"topics":["parser","tree-sitter","xresources"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ValdezFOmar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-27T23:45:29.000Z","updated_at":"2025-01-19T07:48:42.000Z","dependencies_parsed_at":"2024-11-24T11:21:49.821Z","dependency_job_id":"f8775fd3-af65-46d8-80e5-28ac3cabcba2","html_url":"https://github.com/ValdezFOmar/tree-sitter-xresources","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.1333333333333333,"last_synced_commit":"5d7e19bbd42576bc7914c9c298b6e30a54e34d70"},"previous_names":["valdezfomar/tree-sitter-xresources"],"tags_count":3,"template":false,"template_full_name":"tree-sitter-grammars/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValdezFOmar%2Ftree-sitter-xresources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValdezFOmar%2Ftree-sitter-xresources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValdezFOmar%2Ftree-sitter-xresources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValdezFOmar%2Ftree-sitter-xresources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValdezFOmar","download_url":"https://codeload.github.com/ValdezFOmar/tree-sitter-xresources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237886844,"owners_count":19381910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["parser","tree-sitter","xresources"],"created_at":"2024-09-26T10:22:40.012Z","updated_at":"2025-10-23T20:32:05.259Z","avatar_url":"https://github.com/ValdezFOmar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-xresources\n\n[![CI][ci]](https://github.com/ValdezFOmar/tree-sitter-xresources/actions/workflows/ci.yml)\n[![discord][discord]](https://discord.gg/w7nTvsVJhm)\n[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)\n\u003c!-- NOTE: uncomment these if you're publishing packages: --\u003e\n\u003c!-- [![npm][npm]](https://www.npmjs.com/package/tree-sitter-xresources) --\u003e\n\u003c!-- [![crates][crates]](https://crates.io/crates/tree-sitter-xresources) --\u003e\n\u003c!-- [![pypi][pypi]](https://pypi.org/project/tree-sitter-xresources/) --\u003e\n\nA tree-sitter parser for `.Xresources` or `.Xdefaults` files.\n\nThis grammar also parses some C preprocessor macros/directives since\n[`xrdb(1)`][xrdb-1] passes the file through a C preprocessor before\nloading the resources.\n\n## References\n\n- `XrmGetDatabase(3)`, [*FILE SYNTAX* section][XrmGetFileDatabase]\n- `X(7)`, [*RESOURCES* section][x-7-resources]\n- [`xrdb(1)`][xrdb-1]\n- [The C Preprocessor (GNU implementation)][cpp]\n- [tree-sitter-c] grammar\n\n### Neovim\n\nYou can install this parser using [`nvim-treesitter`][nvim-treesitter],\nrun `TSInstall xresources`.\n\n[XrmGetFileDatabase]: https://man.archlinux.org/man/XrmGetFileDatabase.3#FILE_SYNTAX\n[x-7-resources]: https://man.archlinux.org/man/X.7#RESOURCES\n[xrdb-1]: https://man.archlinux.org/man/xrdb.1\n[cpp]: https://gcc.gnu.org/onlinedocs/cpp/index.html\n[tree-sitter-c]: https://github.com/tree-sitter/tree-sitter-c\n[nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter\n\n[ci]: https://img.shields.io/github/actions/workflow/status/ValdezFOmar/tree-sitter-xresources/ci.yml?logo=github\u0026label=CI\n[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord\u0026label=discord\n[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix\u0026label=matrix\n[npm]: https://img.shields.io/npm/v/tree-sitter-xresources?logo=npm\n[crates]: https://img.shields.io/crates/v/tree-sitter-xresources?logo=rust\n[pypi]: https://img.shields.io/pypi/v/tree-sitter-xresources?logo=pypi\u0026logoColor=ffd242\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaldezfomar%2Ftree-sitter-xresources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaldezfomar%2Ftree-sitter-xresources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaldezfomar%2Ftree-sitter-xresources/lists"}