{"id":13646574,"url":"https://github.com/10sr/editorconfig-custom-majormode-el","last_synced_at":"2025-03-05T22:43:17.234Z","repository":{"id":138840110,"uuid":"61022508","full_name":"10sr/editorconfig-custom-majormode-el","owner":"10sr","description":"Decide major-mode from EditorConfig","archived":false,"fork":false,"pushed_at":"2018-08-16T02:44:09.000Z","size":22,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-16T09:07:58.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/10sr.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2016-06-13T08:58:19.000Z","updated_at":"2018-08-16T02:44:10.000Z","dependencies_parsed_at":"2023-03-12T16:45:40.823Z","dependency_job_id":null,"html_url":"https://github.com/10sr/editorconfig-custom-majormode-el","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Feditorconfig-custom-majormode-el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Feditorconfig-custom-majormode-el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Feditorconfig-custom-majormode-el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Feditorconfig-custom-majormode-el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10sr","download_url":"https://codeload.github.com/10sr/editorconfig-custom-majormode-el/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117648,"owners_count":20074434,"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":[],"created_at":"2024-08-02T01:02:59.628Z","updated_at":"2025-03-05T22:43:17.209Z","avatar_url":"https://github.com/10sr.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"= editorconfig-custom-majormode.el\n\nimage:https://travis-ci.org/10sr/editorconfig-custom-majormode-el.svg?branch=master[\"Build Status\", link=https://travis-ci.org/10sr/editorconfig-custom-majormode-el]\nimage:https://melpa.org/packages/editorconfig-custom-majormode-badge.svg[\"MELPA\", link=https://melpa.org/\\#/editorconfig-custom-majormode]\nimage:https://stable.melpa.org/packages/editorconfig-custom-majormode-badge.svg[\"MELPA Stable\", link=https://stable.melpa.org/#/editorconfig-custom-majormode]\n\n\n\nDecide major-mode from EditorConfig\n\nThis package is an link:http://editorconfig.org/[EditorConfig] extension that defines a property\nto specify which Emacs major-mode to use for files.\n\nIf `package.el` is installed on your Emacs and the major-mode specified is\ninstallable, this plugin asks whether you want to install and enable it\nautomatically.\n\n\n== Usage\n\nAdd `emacs_mode` to your `.editorconfig` as follows, and `nginx-mode` will be\nalways enabled when visiting `*.conf` files.\n\n.`.editorconfig`\n[source,ini]\n----\n[*.conf]\nemacs_mode = nginx\n----\n\n\nAlso this library has an experimental mmm-mode support.\nTo use it, add properties like:\n\n[source,ini]\n----\n[*.conf.j2]\nemacs_mode = nginx\nemacs_mmm_classes = jinja2\n----\n\nMultiple mmm_classes can be specified by separating classes with commmas.\n\n\n\nTo enable this plugin, add `editorconfig-custom-majormode` to\n`editorconfig-custom-hooks`:\n\n[source,emacslisp]\n----\n(add-hook 'editorconfig-custom-hooks\n          'editorconfig-custom-majormode)\n----\n\n== License\n\nThis software is unlicensed. See `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Feditorconfig-custom-majormode-el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10sr%2Feditorconfig-custom-majormode-el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Feditorconfig-custom-majormode-el/lists"}