summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error in misc/write_fake_manifests.pyJames Robinson2016-10-251-2/+2
* enhance write_fake_manifest.pyFrank Benkstein2016-06-231-18/+71
* Make misc/measure.py compatible with python3KiYugadgeter2016-05-041-5/+7
* Add support for implicit outputs in ninja_syntax.py.Nicolas Despres2016-02-062-1/+13
* Teach zsh to complete intermediary targets.Nicolas Despres2015-12-241-3/+2
* Merge pull request #1042 from avallee/masterEvan Martin2015-12-062-2/+9
|\
| * Disable long word wrapping entirely in comments.Alex Vallée2015-11-272-10/+3
| * Fix indent in pull request #1042.Alex Vallee2015-11-121-1/+1
| * Fix wrapping file paths in Writer.commentAlex Vallée2015-10-232-2/+16
* | Merge pull request #1047 from pykello/masterNico Weber2015-11-121-3/+2
|\ \
| * | Speed-up bash target auto-complete.Hadi Moshayedi2015-10-311-3/+2
| |/
* | Merge pull request #1046 from zed0/masterNico Weber2015-11-121-2/+1
|\ \
| * | Speed up zsh target completionBen Falconer2015-10-301-2/+1
| |/
* | Update link to point to ninja-build.orgNico Weber2015-11-111-1/+1
* | Make links point to org pageNico Weber2015-11-112-4/+4
|/
* Add notes on using afl-fuzz to HACKING.Nico Weber2015-03-1917-0/+21
* zsh-completion: remove use of 'head' with negative offsetFraser Cormack2014-12-201-1/+1
* Remove unneeded save-excursion.Fanael Linithien2014-11-241-22/+21
* Use lexical-binding.Fanael Linithien2014-11-231-1/+1
* Add a Emacs 24 requirement.Fanael Linithien2014-11-231-0/+2
* Correctly recognize a comment if the previous line is a comment ending in $.Fanael Linithien2014-11-231-2/+9
* Avoid putting properties past the end of the buffer.Fanael Linithien2014-11-231-1/+4
* Don't use dotted list syntax unless necessary.Fanael Linithien2014-11-231-4/+4
* Remove unnecessary regexp group.Fanael Linithien2014-11-231-2/+2
* Correctly recognize comments.Fanael Linithien2014-11-231-0/+17
* Set up a proper syntax table for ninja-mode.Fanael Linithien2014-11-231-5/+8
* Set comment-start buffer-locally, not globally.Fanael Linithien2014-11-231-1/+1
* Use quasi-quoting instead of list+cons.Fanael Linithien2014-11-231-15/+14
* Reindent ninja-mode.el using Emacs.Fanael Linithien2014-11-231-16/+16
* Use double semicolon comments.Fanael Linithien2014-11-231-2/+2
* Don't leave lone closing parens.Fanael Linithien2014-11-231-4/+2
* no subshellElan Ruusamäe2014-11-231-1/+1
* Merge pull request #772 from drbo/syntax_bugfixEvan Martin2014-11-231-0/+1
|\
| * Removed tab and added . in variable name regexpDemetri Obenour2014-06-011-1/+1
| * Added highlighting in Emacs for ${...} variablesDemetri Obenour2014-06-011-0/+1
* | drop leftover references to bootstrap.pyEvan Martin2014-11-181-1/+1
* | Merge pull request #813 from cdlm/emacs-mode-require-newlineEvan Martin2014-11-181-2/+2
|\ \
| * | Emacs mode: inherit from prog-modeDamien Pollet2014-09-161-2/+2
* | | add a --bootstrap mode for configure.pyEvan Martin2014-11-181-11/+15
* | | add an "expand" function to ninja_syntaxEvan Martin2014-11-182-0/+41
* | | emacs: Remove an empty line, wrap a comment.Nico Weber2014-11-171-2/+2
* | | CanonicalizePath handles \ on WindowsScott Graham2014-10-301-1/+1
* | | Add zsh completion for targets in conjunction with -CFraser Cormack2014-10-241-1/+8
|/ /
* | Add highlighting of rule in build statementsdonkopotamus2014-06-271-1/+5
* | Update ninja-mode for emacs to handle hyphens in rule namesdonkopotamus2014-06-261-1/+1
* | Version 1.4 of the vim syntax file was merged.Nico Weber2014-06-121-1/+1
|/
* Merge pull request #768 from nico/vimsynNico Weber2014-05-301-2/+4
|\
| * vim syntax: Correctly highlight $$a as ($$)a instead of $($a).Nico Weber2014-05-131-2/+4
* | Merge pull request #756 from ronnychevalier/rc/zsh_completionNico Weber2014-05-051-3/+44
|\ \
| * | improve zsh completionRonny Chevalier2014-05-041-3/+44
| |/