KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
emacs-slim
★ 62
Open GitHub ↗
Syntax highlighting for Slim
Download README (.md)
Explore Similar Repositories
gfw-msys1-sdk
:
This is an Inno Setup based wrapper around mingw-get which installs a development environment based on MSYS1 for building Git for Windows using GCC.
flow.js
:
synchron, asynchron control flow javascript library
dotfiles
:
My $HOME
samplecat
:
SampleCat is a a program for cataloguing and auditioning audio samples.
cleverbot-node
:
Cleverbot client in node.js
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
emacs-slim
?
Download (.md)
# Synopsis `slim-mode` provides Emacs support for editing [Slim](http://slim-template.github.io) templates. It's based on `haml-mode`.  # Installation All users are encouraged to install `slim-mode` via package.el. ## Manual Just drop `slim-mode.el` somewhere in your `load-path`. I favour the folder `~/.emacs.d/vendor`: ```lisp (add-to-list 'load-path "~/emacs.d/vendor") (require 'slim-mode) ``` ## MELPA If you're an Emacs 24 user or you have a recent version of package.el you can install `slim-mode` from the [MELPA](http://melpa.org/) repository. ## Emacs Prelude `slim-mode` is part of the [Emacs Prelude](https://github.com/bbatsov/prelude). If you're a Prelude user - `slim-mode` is already properly configured and ready for action. # Usage Just start editing slim files. :-) # Caveats The mode is a work in progress and not everything is implemented yet. Be patient and send bug reports when you notice that something is wrong/missing/not perfect. ## Known issues Check out the project's [issue list](https://github.com/slim-template/emacs-slim/issues?sort=created&direction=desc&state=open) a list of unresolved issues. By the way - feel free to fix any of them and sent us a pull request. :-) ## Contributors Here's a [list](https://github.com/slim-template/emacs-slim/contributors) of all the people who have contributed to the development of `slim-mode`. ## Bugs & Improvements Bug reports and suggestions for improvements are always welcome. GitHub pull requests are even better! :-) Cheers,<br> The `slim-mode` Team