about summary refs log tree commit diff
path: root/src/etc/kate
AgeCommit message (Collapse)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-304/+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-14fix string multi line connector '\' for katevisualfc-1/+1
example: let m = "hello \ world";
2015-01-07Merge pull request #20689 from huonw/editor-_sizebors-0/+2
Update editor syntax files for isize/usize. Reviewed-by: nikomatsakis
2015-01-07Update editor syntax files for isize/usize.Huon Wilson-0/+2
Yay, syntax highlighting.
2015-01-06Bump some version numbersBrian Anderson-1/+1
2015-01-05kate syntax highlight: update keyword listYork Xiang-4/+18
2014-12-26add new-style Unicode escapesbombless-1/+2
2014-11-10Add 'move' keyword to emacs, kate, and vim editor modes.Sean Gillespie-0/+1
2014-10-09Bump version to 0.13.0Brian Anderson-1/+1
2014-09-29Replaced some TODO by FIXMEgamazeps-1/+1
closes #17478
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-1/+1
Adds a new configure flag, --release-channel, which determines how the version number should be augmented with a release label, as well as how the distribution artifacts will be named. This is entirely for use by the build automation. --release-channel can be either 'source', 'nightly', 'beta', or 'stable'. Here's a summary of the affect of these values on version number and artifact naming, respectively: * source - '0.12.0-pre', 'rust-0.12.0-pre-...' * nightly - '0.12.0-nightly', 'rust-nightly-...' * beta - '0.12.0-beta', 'rust-beta-...' * stable - '0.12.0', 'rust-0.12.0-...' Per http://discuss.rust-lang.org/t/rfc-impending-changes-to-the-release-process/508/1
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-0/+3
2014-07-11Bump version to 0.12.0-preBrian Anderson-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-06etc: Add box as a keyword to editor configsAlex 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-06fix kate syntax highlightingHeroesGrave-1/+1
2014-04-04etc: attempts at fixing editor highlighting for new attribute syntaxCorey Richardson-0/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
This also changes some of the download links in the documentation to 'nightly'.
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-02-14Add crate to emacs and kate modefilesKevin Ballard-0/+1
2014-01-27As Either no longer exists, remove Either, Left, and Right from syntax filesScott Lawrence-3/+0
2014-01-22remove old rc extension from detection filesDaniel Micay-1/+1
2014-01-12Bump version to 0.10-preBrian Anderson-1/+1
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-11-02Added octal literal support.Matt Carberry-0/+1
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26Add 'continue' keyword to emacs, vim, gedit, kateBrian Anderson-0/+1
2013-09-22auto merge of #9395 : brson/rust/0.8, r=alexcrichtonbors-1/+1
2013-09-22Remove 'copy' from syntax files, as it's no longer a keywordScott Lawrence-1/+0
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-05-30Highlight Sized in vim and kateBen Blum-0/+1
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-2/+2
2013-04-10Bump version to 0.7-preBrian Anderson-1/+1
2013-04-09Bump version to 0.7-preBrian Anderson-1/+1
2013-03-25kate: remove `const`, `log`, and `pure` keywords, add `super` keywordAndrew Paseltiner-3/+1
2013-03-09kate: remove assert keywordAndrew Paseltiner-1/+0
2013-03-09kate: add Not to list of traitsAndrew Paseltiner-0/+1
2013-03-03kate: allow [] regions to be collapsedAndrew Paseltiner-2/+4
2013-03-03kate: restrict char escapes to ones accepted by Rust and highlight hex escapesAndrew Paseltiner-3/+11
2013-03-03kate: detect and highlight attributesAndrew Paseltiner-0/+6
2013-03-03kate: consolidate integer suffixes with &rustIntSuf; entityAndrew Paseltiner-3/+4
2013-03-03kate: add note about &rustIdent;Andrew Paseltiner-0/+3
2013-03-03kate: update Rust versionAndrew Paseltiner-1/+1
2013-03-03kate: add Self to typesAndrew Paseltiner-0/+1
2013-03-03kate: detect and highlight core traitsAndrew Paseltiner-0/+25
2013-03-03kate: detect and highlight regionsAndrew Paseltiner-0/+2