about summary refs log tree commit diff
path: root/src/etc/kate
AgeCommit message (Expand)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve Klabnik-304/+0
2015-01-14fix string multi line connector '\' for katevisualfc-1/+1
2015-01-07Merge pull request #20689 from huonw/editor-_sizebors-0/+2
2015-01-07Update editor syntax files for isize/usize.Huon Wilson-0/+2
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
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-1/+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
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
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