about summary refs log tree commit diff
path: root/src/etc/emacs
AgeCommit message (Expand)AuthorLines
2013-04-26Fix typoUwe Dauernheim-1/+1
2013-04-26Allow customization of indent offsetUwe Dauernheim-1/+6
2013-03-08rust-mode.el uses the 'cl macros, so it should actually require themJed Davis-0/+1
2013-02-25Emacs: Update emacs mode to be more similar to the vim mode.Huon Wilson-14/+9
2013-02-16Make 'foo use font-lock-builtin-face, like module names, and make capitalized...Niko Matsakis-9/+23
2013-02-16emacs mode: Highlight 'foo as a lifetime, not a character constant.Niko Matsakis-8/+18
2013-02-10rust-mode.el uses the 'cl macros, so it should actually require themJed Davis-0/+1
2012-09-28rust-mode: Add 'ref' keywordBrian Anderson-1/+1
2012-09-21rust-mode: Add pub and privBrian Anderson-1/+1
2012-09-06emacs mode: include use as a keywordNiko Matsakis-1/+1
2012-08-27change to 4-space indents everywhereNiko Matsakis-2/+1
2012-08-16add auto-mode-alist to autoloadsMax Penet-3/+5
2012-08-16fix indentationMax Penet-1/+1
2012-08-16add instructions for install from MELPAMax Penet-14/+27
2012-08-14update readme with package.el installation stepsMax Penet-8/+19
2012-08-14Add author to meta-dataMax Penet-1/+2
2012-08-14update readmeMax Penet-1/+50
2012-08-13add UrlMax Penet-1/+3
2012-08-13proper package footerMax Penet-1/+1
2012-08-13initial stab at making rust-mode elpa friendlyMax Penet-6/+21
2012-08-11Merge pull request #3185 from megakorre/masterBrian Anderson-2/+2
2012-08-12removed a comma from the keyword list to getPatrik Kårlin-2/+2
2012-08-07Add 'static' to rust-mode.el.Michael Sullivan-1/+1
2012-08-06emacs: add match as keywordNiko Matsakis-1/+1
2012-08-02Add trait to emacs keyword table.Graydon Hoare-1/+1
2012-08-02Update rust-mode.el with new keywords.Michael Sullivan-3/+3
2012-07-31Remove "iface" from vim and emacs modes.Lindsey Kuper-1/+1
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-2/+2
2012-07-01Add 'do' to rust-modeBrian Anderson-1/+1
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-7/+7
2012-05-23Update reserved words for syntax highlighters (vim is still behind, though)Paul Stansifer-3/+15
2012-03-27emacs: Make 'mut' a keywordBrian Anderson-1/+1
2012-01-20rust-mode: tag -> enum. Closes #1577Brian Anderson-1/+1
2012-01-16Move emacs mode into treeMarijn Haverbeke-0/+510