{"id":39401774,"url":"https://github.com/cachebag/nvim-tcss","last_synced_at":"2026-01-18T03:24:47.748Z","repository":{"id":269873266,"uuid":"908693493","full_name":"cachebag/nvim-tcss","owner":"cachebag","description":"A Neovim plugin for Textual CSS (.tcss) syntax highlighting as seen on www.github.com/Textualize/transcendent-textual","archived":false,"fork":false,"pushed_at":"2025-02-03T03:25:57.000Z","size":82,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T04:25:27.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/cachebag.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-12-26T17:57:36.000Z","updated_at":"2025-02-03T03:26:00.000Z","dependencies_parsed_at":"2025-01-26T23:28:33.958Z","dependency_job_id":null,"html_url":"https://github.com/cachebag/nvim-tcss","commit_stats":null,"previous_names":["cachebag/tcss-nvim-plugin","cachebag/nvim-tcss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cachebag/nvim-tcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachebag%2Fnvim-tcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachebag%2Fnvim-tcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachebag%2Fnvim-tcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachebag%2Fnvim-tcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cachebag","download_url":"https://codeload.github.com/cachebag/nvim-tcss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachebag%2Fnvim-tcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-01-18T03:24:47.236Z","updated_at":"2026-01-18T03:24:47.730Z","avatar_url":"https://github.com/cachebag.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-tcss\nA Neovim plugin for Textual CSS (.tcss) syntax highlighting as seen on [transcendent-textual](https://github.com/Textualize/transcendent-textual).\n\n\u003cbr\u003e\n\n![image](https://github.com/user-attachments/assets/5ebc65af-417b-4b04-a886-ce8279c2f268)\n\n\n## Features\n- 🎨 Full syntax highlighting support for .tcss files\n- 🌈 Support for ANSI and web colors\n- 📐 Proper highlighting of Textual-specific properties\n- 💫 Variable highlighting\n- 🔧 Function support (rgb, rgba, hsl, hsla)\n- 🔍 Automatic file type detection\n\n## Installation\n\n### Using [packer.nvim](https://github.com/wbthomason/packer.nvim)\n```lua\nuse {\n    'cachebag/nvim-tcss',\n    config = function()\n        require('tcss').setup()\n    end\n}\n```\n\n### Using [lazy.nvim](https://github.com/folke/lazy.nvim)\n```lua\n{\n    'cachebag/nvim-tcss',\n    config = true\n}\n```\n\n### Using [vim-plug](https://github.com/junegunn/vim-plug)\n```vim\nPlug 'cachebag/nvim-tcss'\n\n\" After installation, in your init.vim/init.lua:\nlua require('tcss').setup()\n```\n\n### Using [dein.vim](https://github.com/Shougo/dein.vim)\n```vim\ncall dein#add('cachebag/nvim-tcss')\n```\n\n### Using [minpac](https://github.com/k-takata/minpac)\n```vim\ncall minpac#add('cachebag/nvim-tcss')\n```\n\n### Using [vim-pathogen](https://github.com/tpope/vim-pathogen)\n```bash\ncd ~/.vim/bundle\ngit clone https://github.com/cachebag/nvim-tcss.git\n```\n\n## Configuration\n```lua\nrequire('tcss').setup({\n    -- Enable syntax highlighting (default: true)\n    enable = true,\n    \n    -- Custom color overrides\n    colors = {\n        -- Add custom highlighting rules here\n    }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachebag%2Fnvim-tcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcachebag%2Fnvim-tcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachebag%2Fnvim-tcss/lists"}