| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-29 | Pull configs out into individual repositories | Steve Klabnik | -356/+0 | |
| As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config | ||||
| 2015-01-07 | Update editor syntax files for isize/usize. | Huon Wilson | -0/+2 | |
| Yay, syntax highlighting. | ||||
| 2014-12-12 | gedit language spec: add new-style Unicode escapes | Simon Sapin | -0/+1 | |
| 2014-08-17 | Add new keywords (particularly `where` & `virtual`) to editor modes. | Huon Wilson | -0/+2 | |
| 2014-08-06 | Gtksourceview language spec: add the \0 escape sequence. | Simon Sapin | -1/+1 | |
| 2014-08-04 | Gedit/GTKSourceView: Add macro syntax highlighting. | Michael Sproul | -0/+8 | |
| 2014-07-29 | Gedit/gtksourceview language spec: add raw strings | Simon Sapin | -0/+11 | |
| … and color (raw) strings as such in attributes. This fixes cases where a string contains ] inside an attribute: that ] used to incorrectly end the attribute coloring. For large (many lines) doc comments, I’ve found preferable to use `#![doc = r#"..."#]` to avoid prefixing every line with `//!`. | ||||
| 2014-05-06 | etc: Add box as a keyword to editor configs | Alex Crichton | -0/+1 | |
| This keyword is about to be used much more often than it was a few weeks ago, it's time to tell editors about the new keyword. | ||||
| 2014-04-04 | etc: attempts at fixing editor highlighting for new attribute syntax | Corey Richardson | -1/+1 | |
| 2014-02-14 | Add crate keyword to gedit language spec | Kevin Ballard | -0/+1 | |
| 2014-01-27 | As Either no longer exists, remove Either, Left, and Right from syntax files | Scott Lawrence | -3/+0 | |
| 2014-01-22 | remove old rc extension from detection files | Daniel Micay | -2/+1 | |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -0/+5 | |
| 2013-10-18 | track language changes, improve attr handling in GtkSourceView language-spec | sp3d | -22/+46 | |
| Refactors parsing of numerical literals to make it more readable. Removes 'float'/the 'f' literal suffix and invalid character literals ''' and '\'. Also makes attribute highlighting more robust and allows urls in attributes to be recognized. | ||||
| 2013-09-26 | Add 'continue' keyword to emacs, vim, gedit, kate | Brian Anderson | -0/+1 | |
| 2013-09-22 | Remove 'copy' from syntax files, as it's no longer a keyword | Scott Lawrence | -1/+0 | |
| 2013-08-07 | Gedit/gtksourceview language spec: add 'in' keyword | Simon Sapin | -0/+1 | |
| 2013-07-14 | add regions, unicode idents, attributes to GtkSourceView language-spec | sp3d | -8/+32 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -5/+3 | |
| 2013-02-28 | Add syntax highlighting support for GtkSourceView / GEdit | Daniel Ursache Dogariu | -0/+282 | |
