about summary refs log tree commit diff
path: root/src/etc/emacs
AgeCommit message (Expand)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-1509/+0
2015-01-21rollup merge of #19913: KOMON/rust-mode-emacs-indentationAlex Crichton-3/+30
2015-01-20Changed rust-mode code for tabs -> spacesDaniel Raloff-20/+20
2015-01-09Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...Sean Gillespie-0/+5
2015-01-07Update editor syntax files for isize/usize.Huon Wilson-1/+1
2014-12-16added optional method chain indentations for emacs major modeDaniel Raloff-1/+28
2014-12-14Update emacs and vi modes.Niko Matsakis-1/+1
2014-11-16rust-mode.el: Tweak syntax tableRoy Crihfield-4/+1
2014-11-10Add 'move' keyword to emacs, kate, and vim editor modes.Sean Gillespie-1/+1
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-09-29Replaced some TODO by FIXMEgamazeps-1/+1
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-2/+3
2014-06-17emacs: Remove outdated references to ~ in testsTom Jakubowski-3/+3
2014-06-17emacs: Add shebang to test scriptTom Jakubowski-0/+1
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski-27/+87
2014-06-17auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelixbors-3/+3
2014-06-16Update repo locationBrian Anderson-1/+1
2014-06-11emacs: highlight `#[foo = "bar"]` attributesTom Jakubowski-2/+2
2014-06-11emacs: do not highlight `#foo]` as an attributeTom Jakubowski-1/+1
2014-05-12emacs: highlight `macro_name!` in macro invocations using [] delimitersHuon Wilson-1/+1
2014-05-12auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelixbors-5/+5
2014-05-03Recommend autoload instead of requirePhil Ruffwind-3/+4
2014-05-03Use defvar for rust-top-item-beg-re insteadPhil Ruffwind-5/+5
2014-05-02emacs: Add 'box' to keywordsBrian Anderson-1/+1
2014-04-09rust-mode cleanup.RĂ¼diger Sonderfeld-51/+58
2014-04-04etc: attempts at fixing editor highlighting for new attribute syntaxCorey Richardson-1/+1
2014-04-03Update emacs mode to support new `#![inner(attribute)]` syntax.Felix S. Klock II-2/+2
2014-03-12Emacs: always jump the cursor if needed on indentMicah Chalmer-9/+50
2014-03-02Emacs: Remove README warning of old whitespace bugMicah Chalmer-5/+0
2014-02-22Fix typo in emacs ERT testMicah Chalmer-1/+1
2014-02-22Emacs: indent relative to enclosing blockMicah Chalmer-37/+127
2014-02-22Emacs: stay at the correct position when indentingMicah Chalmer-9/+74
2014-02-22Fix emacs indentation of multi-line match patternsMicah Chalmer-3/+40
2014-02-17Added more scripts to tidy checkDerek Guenther-0/+10
2014-02-14extern mod => extern crateAlex Crichton-3/+2
2014-02-14Add crate to emacs and kate modefilesKevin Ballard-0/+1
2013-12-31Fix rust-align-to-expr-after-brace, closes #11239.John Louis Walker-1/+3
2013-12-14Add "proc" as keyword to emacs modeMicah Chalmer-1/+1
2013-12-09Add defun motions for rust-mode.S Pradeep Kumar-25/+269
2013-12-04Add Imenu support for rust-mode.S Pradeep Kumar-18/+33
2013-09-28Fix single-line-style paragraph fills with code immediately before or afterMicah Chalmer-1/+31
2013-09-26Add 'continue' keyword to emacs, vim, gedit, kateBrian Anderson-0/+1
2013-09-13Minor cleanup and formatting tweaks to the rust-mode READMELindsey Kuper-25/+28
2013-09-07Cover all cases for padding in paragraph fills as intendedMicah Chalmer-14/+19
2013-09-07Fix regression of multi-line statement indentsMicah Chalmer-23/+36
2013-09-06Add ERT testsMicah Chalmer-0/+389
2013-09-06Add paragraph fill and auto-fill for multi-line commentsMicah Chalmer-1/+123
2013-09-06Add custom group for rust-modeMicah Chalmer-1/+5
2013-09-06Indent return type to align with argumentsMicah Chalmer-2/+5
2013-09-06Allow indenting to align struct fields after curly braceMicah Chalmer-17/+14