Commit graph

5 commits

Author SHA1 Message Date
Daniel Imms
5ab69e54c8 Disassociate .gn with python language
While Python worked well with GN in v0.10.3, since then the progress made with
the Python language syntax highlighting doesn't play well with the extra quirks
on top of Python that GN introduces (braces, no colons to indicate blocks).
Making it less usable than no language mode.
2015-12-22 09:47:58 -08:00
Daniel Imms
a275306a4b Add .gn as a python file extension
GN is a meta-build system that generates NinjaBuild files. GN syntax is a stripped down version of python.
2015-12-03 08:39:41 -08:00
Martin Aeschlimann
889aba99dc Python: Block comment is three single quotes and not two #18 2015-11-16 10:49:28 +01:00
Martin Aeschlimann
ef99de7936 Add source.regexp.python rules 2015-11-13 18:25:18 +01:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00