- Feb 01, 2017
-
-
Arthur Müller authored
Reference: https://golang.org/pkg/builtin/#rune
-
- Jan 31, 2017
-
-
Arthur Müller authored
-
- Oct 11, 2016
-
-
mtaran-google authored
-
- Jun 15, 2016
-
-
mtaran-google authored
It is, per https://golang.org/ref/spec#Predeclared_identifiers
-
- Aug 03, 2015
-
-
Marijn Haverbeke authored
Don't treat backslashes specially inside of them Closes #3428
-
- Feb 20, 2015
-
-
Marijn Haverbeke authored
Closes #3093
-
- Oct 20, 2014
-
-
Marijn Haverbeke authored
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- Apr 16, 2014
-
-
mtaran-google authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
- Nov 11, 2013
-
-
Thaddee Tyl authored
As a result, the common pattern import ( "foo" "bar" ) will re-indent automatically to the gofmt-blessed import ( "foo" "bar" )
-
- May 13, 2013
-
-
Marijn Haverbeke authored
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- Aug 01, 2012
-
-
Marijn Haverbeke authored
-
- Jun 27, 2012
-
-
Marijn Haverbeke authored
It is not part of the set of styled classes.
-
- Feb 06, 2012
-
-
Danny Yoo authored
-
- Jan 30, 2012
-
-
Thaddee Tyl authored
Signed-off-by:
Thaddee Tyl <thaddee.tyl@gmail.com>
-
Thaddee Tyl authored
Signed-off-by:
Thaddee Tyl <thaddee.tyl@gmail.com>
-
- Jan 27, 2012
-
-
Thaddee Tyl authored
It uses colors similar to those seen on <http://golang.org>.
-
- Jan 06, 2012
-
-
Marijn Haverbeke authored
by Soumen Basak
-
- Jan 05, 2012
-
-
Marijn Haverbeke authored
Courtesy of Soumen Basak
-
- Nov 30, 2011
-
-
Marijn Haverbeke authored
-
- Jul 19, 2011
-
-
Marijn Haverbeke authored
-
- Jul 15, 2011
-
-
Marijn Haverbeke authored
-
- Jul 11, 2011
-
-
Yuvi Panda authored
-
- Jul 06, 2011
-
-
Marijn Haverbeke authored
Courtesy of Łukasz Frankowski
-
- Jun 22, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Instead of hard-coding all kinds of language-specific behaviours in the mode itself, specializations can now pass character hooks to implement their own highlighting.
-
- Jun 15, 2011
-
-
Marijn Haverbeke authored
-
- Jun 14, 2011
-
-
Marijn Haverbeke authored
-
- Jun 09, 2011
-
-
jongalloway authored
-
Marijn Haverbeke authored
-
- Jun 07, 2011
-
-
Marijn Haverbeke authored
This normalizes the classes used by most of the modes (reStructuredText and diff didn't fit in), and makes them all reference a central style sheet (under theme/). It also adds a theme option that can be set to change the theme, and defines a few different themes (some based on old mode colors).
-
- Apr 17, 2011
-
-
Marijn Haverbeke authored
-
- Apr 01, 2011
-
-
Marijn Haverbeke authored
-
- Mar 15, 2011
-
-
Marijn Haverbeke authored
-
- Mar 01, 2011
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Feb 22, 2011
-
-
Marijn Haverbeke authored
(now that column() does proper tab-counting, it should no longer be used to check for start-of-line, since that's a huge waste of time)
-