summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/
* | Get rid of unused importChris Drake2014-05-051-1/+0
* | Use consistent indentation conventionsChris Drake2014-05-051-17/+17
|/
* Fix getopts barfing over the terminal when trying to complete -f and -CTaylor Braun-Jones2014-04-301-1/+1
* Support completion of arguments to -f and -C optionsTaylor Braun-Jones2014-04-301-2/+19
* Style: Fix inconsistent indentationTaylor Braun-Jones2014-04-251-17/+17
* Fix bash-completion support for -C option to expand tildeTaylor Braun-Jones2014-04-251-1/+2
* Expand the -C argument via ‘eval’ in bash completionAllan Odgaard2014-04-151-1/+1
* Fix bash completion when using command optionsAllan Odgaard2014-04-151-1/+1
* Merge pull request #722 from nico/manifestgenNico Weber2014-04-141-0/+219
|\
| * add a script to generate large synthetic manifestsNico Weber2014-03-251-0/+219