{"id":17069533,"url":"https://github.com/mgalgs/simple-highlight","last_synced_at":"2026-07-12T21:31:26.461Z","repository":{"id":138482330,"uuid":"43218727","full_name":"mgalgs/simple-highlight","owner":"mgalgs","description":null,"archived":false,"fork":false,"pushed_at":"2015-06-21T19:42:37.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T07:44:24.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":false,"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/mgalgs.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}},"created_at":"2015-09-26T19:01:38.000Z","updated_at":"2018-11-07T14:06:32.000Z","dependencies_parsed_at":"2023-03-13T10:53:53.071Z","dependency_job_id":null,"html_url":"https://github.com/mgalgs/simple-highlight","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fsimple-highlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fsimple-highlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fsimple-highlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fsimple-highlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgalgs","download_url":"https://codeload.github.com/mgalgs/simple-highlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090866,"owners_count":20559296,"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-10-14T11:27:07.093Z","updated_at":"2025-10-13T15:35:37.982Z","avatar_url":"https://github.com/mgalgs.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"## simple-highlight.el\n*Extremelly simple highlight functionallity.*\n\n---\n\nThis package provides functionality for highlighting the thing at point.\nMultiple calls to the highlight function will result in changing the\nhighlight color. There is also\n\n### Requirements\n\n\nThis package was tested for GNU Emacs 24.4 and above. Older Emacsen should\nwork but I have not tested with them.\n\n### Installation\n\n\nYou can install via `MELPA`, or manually by downloading `simple-highlight.el`\nand adding the following to your init file:\n\n```elisp\n(add-to-list 'load-path \"/path/to/simple-highlight\")\n```\n\n### Usage\n\n\nJust require `simple-highlight` somewhere in your init file:\n\n```elisp\n(require 'simple-highlight)\n```\n\nSee the [Function Documentation](#function-documentation) for more details.\n\nthis be simple test\n\n\nI suggest you to add keybindings to the following functions:\n\n```elisp\n(global-set-key (kbd \"C-c p h\") 'simple-highlight-at-point)\n(global-set-key (kbd \"C-c p u\") 'simple-highlight-unhighlight-at-point)\n(global-set-key (kbd \"C-c p U\") 'simple-highlight-unhighlight-all)\n```\n\n### Customization\n\n\nYou can change the faces you want to use for highlight by setting the\nvariable `simple-highlight-faces`. For example:\n\n```elisp\n(setq simple-highlight-faces '(hi-green hi-yellow hi-blue))\n```\n\n### Changelog\n\n\n1.0 - First release. \u003cbr/\u003e\n\n### Function Documentation\n\n\n#### `(simple-highlight-next-highlight-face)`\n\nGets the next highlight face from list.\n\n#### `(simple-highlight-at-point)`\n\nHighlight the sexp at point.\nThe color of the highlight is changed with each highlighting.\n\n#### `(simple-highlight-unhighlight-at-point)`\n\nUnhighlight the sexp at point.\n\n#### `(simple-highlight-unhighlight-all)`\n\nUnhighlight all the highlights in current buffer.\n\n-----\n\u003cdiv style=\"padding-top:15px;color: #d0d0d0;\"\u003e\nMarkdown README file generated by\n\u003ca href=\"https://github.com/mgalgs/make-readme-markdown\"\u003emake-readme-markdown.el\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgalgs%2Fsimple-highlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgalgs%2Fsimple-highlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgalgs%2Fsimple-highlight/lists"}