about summary refs log tree commit diff
path: root/src/etc/gedit
AgeCommit message (Collapse)AuthorLines
2015-01-29Pull configs out into individual repositoriesSteve 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-07Update editor syntax files for isize/usize.Huon Wilson-0/+2
Yay, syntax highlighting.
2014-12-12gedit language spec: add new-style Unicode escapesSimon Sapin-0/+1
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson-0/+2
2014-08-06Gtksourceview language spec: add the \0 escape sequence.Simon Sapin-1/+1
2014-08-04Gedit/GTKSourceView: Add macro syntax highlighting.Michael Sproul-0/+8
2014-07-29Gedit/gtksourceview language spec: add raw stringsSimon 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-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-04etc: attempts at fixing editor highlighting for new attribute syntaxCorey Richardson-1/+1
2014-02-14Add crate keyword to gedit language specKevin 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-2/+1
2013-11-02Added octal literal support.Matt Carberry-0/+5
2013-10-18track language changes, improve attr handling in GtkSourceView language-specsp3d-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-26Add 'continue' keyword to emacs, vim, gedit, kateBrian Anderson-0/+1
2013-09-22Remove 'copy' from syntax files, as it's no longer a keywordScott Lawrence-1/+0
2013-08-07Gedit/gtksourceview language spec: add 'in' keywordSimon Sapin-0/+1
2013-07-14add regions, unicode idents, attributes to GtkSourceView language-specsp3d-8/+32
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-5/+3
2013-02-28Add syntax highlighting support for GtkSourceView / GEditDaniel Ursache Dogariu-0/+282