{"id":17681805,"url":"https://github.com/mipmip/vim-fluid","last_synced_at":"2025-03-30T19:21:15.749Z","repository":{"id":145715785,"uuid":"61240267","full_name":"mipmip/vim-fluid","owner":"mipmip","description":"Vim plugin for the Fluid Template Engine, indenting, and syntax plugin. Integrated HTML, JavaScript and CSS indention and highlighting.","archived":false,"fork":false,"pushed_at":"2016-06-22T12:04:09.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:56:04.411Z","etag":null,"topics":["extbase","fluid-template-engine","typo3","vim"],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mipmip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-06-15T20:54:08.000Z","updated_at":"2024-02-12T12:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f875fbdf-6f6d-47eb-a384-63920b34694a","html_url":"https://github.com/mipmip/vim-fluid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fvim-fluid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fvim-fluid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fvim-fluid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipmip%2Fvim-fluid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mipmip","download_url":"https://codeload.github.com/mipmip/vim-fluid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246366227,"owners_count":20765652,"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":["extbase","fluid-template-engine","typo3","vim"],"created_at":"2024-10-24T09:12:13.730Z","updated_at":"2025-03-30T19:21:14.856Z","avatar_url":"https://github.com/mipmip.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-fluid\n\nVim plugin for the [Fluid Template Engine](https://en.wikipedia.org/wiki/TYPO3_Flow#Fluid_template_engine) offering indention and syntax highlighting for fluid code together with plain HTML and JavaScript and CSS code.\n\nFluid is the core template engine of [TYPO3](http://typo3.org).\n\n## Usage\n\nvim-fluid autodetects .fluid files but in most cases your files will end\nwith ```.html```, so you should set a modeline on top of your file. E.g.:\n\n```\n\u003c!-- vim: set ft=fluid :--\u003e\n```\n\n## Example\n\n```:ggVG``` produces this indenting\n\n```html\n\u003c!-- fluid indenting test file --\u003e\n \u003chtml\u003e\n   \u003cscript\u003e\n     if (x=1){\n       var x=e;\n     }\n   \u003c/script\u003e\n\n   \u003cstyle\u003e\n      .class-x {\n        color:white;\n      }\n   \u003c/style\u003e\n\n   \u003cdiv\u003e\n     \u003cf:for each=\"{filters}\" as=\"filter\"\u003e\n       \u003cf:if condition=\"{filter.type} == 'checkbox'\"\u003e\n         \u003cf:then\u003e\n           \u003cf:render partial=\"checkbox\" arguments=\"{filter : filter}\" /\u003e\n         \u003c/f:then\u003e\n         \u003cf:else\u003e\n           \u003cf:render partial=\"selectbox\" arguments=\"{filter : filter}\" /\u003e\n         \u003c/f:else\u003e\n       \u003c/f:if\u003e\n     \u003c/f:for\u003e\n   \u003c/div\u003e\n\u003c/html\u003e\n```\n\n## Contributing\n1. Fork it ( https://github.com/mipmip/vim-fluid/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Credits\n- Fluid-vim uses an awful lot of code from https://github.com/othree/html5.vim\n- Fluid-vim is sponsored by [Lingewoud](http://lingewoud.com)\n\n![image](http://picdrop.t3lab.com/yCWqnH5FWq.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmipmip%2Fvim-fluid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmipmip%2Fvim-fluid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmipmip%2Fvim-fluid/lists"}