Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classifier retest please #1

Open
wants to merge 2,574 commits into
base: cclassifier
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 31, 2014

  1. Update CONTRIBUTING.md

    arfon committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    202cba1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1928 from github/contributing-update

    Update including explicit steps to resolve conflicts.
    arfon committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    d540ec0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1832 from pchaigno/optimize-generated

    Optimization of generated?
    aroben committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    795f42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b7bb7 View commit details
    Browse the repository at this point in the history
  5. Switch to Minitest::Test instead of Test::Unit::TestCase

    This gives us a consistent test framework across all Ruby versions which
    should help avoid errors that are only found when CI runs the tests on
    different Rubies. (And this fixes an immediate bug where there's no
    `skip` method in the version of test-unit we're currently using only on
    Ruby 2.2.)
    aroben committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    65296e8 View commit details
    Browse the repository at this point in the history
  6. Opt in to container-based Travis CI builds

    This should speed up our builds by providing lower latency, better
    caching, and more resources on the build machine. See
    http://docs.travis-ci.com/user/workers/container-based-infrastructure/.
    aroben committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    509b35a View commit details
    Browse the repository at this point in the history
  7. Download and install libicu-dev without using sudo

    We tell apt-get to download it to vendor/apt and then install it into a
    vendor/icu directory.
    
    We should be able to just specify --with-icu-dir, but apparently Ruby
    2.0 (but not 1.9 or 2.1 or 2.2) has a bug that requires us to use
    --with-icu-include/--with-icu-lib instead. Otherwise it can't find the
    ICU libraries.
    aroben committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    8423547 View commit details
    Browse the repository at this point in the history
  8. Turn on the bundler cache

    This should allow us to skip installing gems in most builds, shaving off
    ~40 seconds.
    aroben committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    d42ad45 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2015

  1. Update Elm support

    deadfoxygrandpa committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    5fe2333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27a7873 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1932 from deadfoxygrandpa/elm

    Update Elm support by adding its own syntax highlighting
    arfon committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    c911c5c View commit details
    Browse the repository at this point in the history
  4. Added support for CartoCSS

    Code sample was taken from https://github.com/gravitystorm
    /openstreetmap-carto/blob/ae990905790a26ae8af107441ce9e85b60ea1266
    /amenity-points.mss
    floscher committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    9f439cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request github-linguist#1933 from floscher/patch-1

    Added CartoCSS to languages.yml
    arfon committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    41f0950 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Update languages.yml

    arfon committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    e5210b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1937 from github/hack-highlighting

    Update languages.yml for Hack syntax-highlighting
    arfon committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    c783acc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ae39e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#1940 from github/fix-multiple-exte…

    …nsions
    
    Fix for extensions with multiple segments
    bkeepers committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    2be3220 View commit details
    Browse the repository at this point in the history
  5. Update languages.yml

    add support for Mono .dll.config XML files
    Mailaender committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    e853c36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d77e0c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request github-linguist#1922 from Mailaender/patch-2

    Added support for Mono .dll.config XML files
    arfon committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    71132d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    065dd71 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github-linguist#1930 from github/minitest

    Switch to Minitest::Test instead of Test::Unit::TestCase
    aroben committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    1f1ffcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e6609c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    401067f View commit details
    Browse the repository at this point in the history
  12. Merge pull request github-linguist#1942 from pchaigno/xml.dist

    Add .xml.dist as a XML file extension
    arfon committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    4c63827 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Configuration menu
    Copy the full SHA
    ebdd2d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1945 from thotypous/bluespec

    Add Bluespec SystemVerilog grammar
    arfon committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    55132f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    546d416 View commit details
    Browse the repository at this point in the history
  4. Sample file for .cmake.in

    pchaigno committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    fbe43b6 View commit details
    Browse the repository at this point in the history
  5. Sample file for .html.hl

    pchaigno committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    2f86bd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc96f62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f4557a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be6b1bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec01672 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68f04a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. Configuration menu
    Copy the full SHA
    3c6218f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Configuration menu
    Copy the full SHA
    3149d12 View commit details
    Browse the repository at this point in the history
  2. Put .sublime_* after .sublime-*

    MattDMo committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    e99f6ed View commit details
    Browse the repository at this point in the history
  3. Added sample files

    joaquincasares committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    5ad9deb View commit details
    Browse the repository at this point in the history
  4. Switch back to textmate/c.tmbundle

    We were using a fork to get the fix for
    textmate/c.tmbundle#24 before it was merged
    upstream. Now it's been merged so we can go back to the upstream
    repository.
    aroben committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    575ad0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request github-linguist#1950 from github/upstream-c-bundle

    Switch back to textmate/c.tmbundle
    aroben committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    4428e62 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Grammar for AutoHotkey

    pchaigno committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    b357257 View commit details
    Browse the repository at this point in the history
  2. Grammar for HTTP

    pchaigno committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    14740e8 View commit details
    Browse the repository at this point in the history
  3. Update all grammar submodules

    This was performed via `git submodule update --remote`.
    
    * vendor/grammars/Agda.tmbundle 784f435...68a218c (1):
      > Merge pull request github-linguist#1 from aroben/patch-1
    
    * vendor/grammars/IDL-Syntax 9473b7f...3baeaea (1):
      > Merge pull request github-linguist#3 from aroben/patch-1
    
    * vendor/grammars/NimLime 7a2fb4e...9cef4b6 (4):
      > Updated command names
      > Updated generated documentation
      > renamed more from nimrod to nim
      > Renamed several files
    
    * vendor/grammars/SCSS.tmbundle d6188e5...4147502 (1):
      > Merge pull request github-linguist#181 from redgluten/master
    
    * vendor/grammars/Sublime-VimL 6ab7e19...366fdc6 (1):
      > Merge pull request github-linguist#2 from yous/fix-single-quoted-string
    
    * vendor/grammars/factor 2dc5590...2453a78 (38):
      > json.writer: make sure we make hex values two digits zero padded.
      > json.writer: support escaping unicode > 0x10000.  Thanks @jonenst!
      > mason.git: fix status check.
      > compiler.cfg.*: new unit test vocabs
      > compiler.cfg.*: more docs
      > compiler.cfg.*: refactoring away the compute-global-sets word
      > compiler.cfg.*: docs and more tests
      > compiler.cfg.stacks.local: refactoring making stack-changes and height-changes take and return stuff instead of using variables and the make building
      > compiler.cfg.parallel-copy: docs
      > compiler.cfg.stacks.height: these words are unused
      > compiler.cfg.*: more compiler docs
      > compiler.cfg.stacks.finalize: initial docs
      > io.launcher: fix stack effects.
      > io.launcher: fix docs for with-process-reader and with-process-writer.
      > io.launcher: add versions of with-process that preserve process and status.
      > mason.git: fix use.
      > mason.git: fix for rename.
      > io.launcher: cleanup public interface, make some things private or internal.
      > gopher: set 1 minute timeout by default.
      > brainfuck: cleanup tests.
      > json.writer: don't escape spaces, thats weird.
      > unix: some using cleanups.
      > python: rename startup/shutdown hooks.
      > math.extras: adding the Möbius function.
      > alien.c-types: move definitions of stdint.h from unix.types.
      > gopher: use contents now that it works.
      > io.ports: Make buffered-port not have a length because of Linux virtual files and TCP sockets. Related to issues github-linguist#1256 and github-linguist#1259.
      > tools.deploy.backend: add word for deleting cached staging images.
      > command-line: save the executable in a variable so that people don't use (command-line) directly if possible.
      > bootstrap: fix this use of (command-line).
      > tools.deploy.shaker: set the rest of the args to preserve current behavior.
      > vm: store full command-line including executable first argument.
      > gopher: fix bug where empty lines weren't printed properly in menus.
      > gopher: simplify.
      > gopher: change gopher-text to use split1.
      > io.encodings.detect: simplify prolog-tag.
      > gopher: add way to get result without converting to objects.
      > tools.disassembler: allow disassemble of compose and curry.
    
    * vendor/grammars/fsharpbinding af755c8...d097476 (24):
      > Merge pull request github-linguist#909 from cbowdon/issue877-vim-73-support
      > Merge pull request github-linguist#913 from 7sharp9/Move_GetColourizations_toBg
      > Merge pull request github-linguist#912 from 7sharp9/TryFind_opt
      > Merge pull request github-linguist#911 from 7sharp9/FoldingParser
      > Merge pull request github-linguist#908 from 7sharp9/TooltipOverhaul_AutoParamFix
      > Merge pull request github-linguist#907 from 7sharp9/Movegetdefinestomodule
      > Merge pull request github-linguist#906 from 7sharp9/tooltipfixforclosures
      > Merge pull request github-linguist#905 from 7sharp9/ResolverProvider_singletimeout
      > Merge pull request github-linguist#904 from fsharp/revert-903-ResolverProvider_singletimeout
      > Merge pull request github-linguist#903 from 7sharp9/ResolverProvider_singletimeout
      > Merge pull request github-linguist#902 from 7sharp9/ParameterCompletion_gatherTimeout
      > Merge pull request github-linguist#901 from 7sharp9/Changed_invalidate_project
      > Merge pull request github-linguist#900 from 7sharp9/Syntaxmode_removeextraoperation
      > Merge pull request github-linguist#899 from 7sharp9/tooltips_ensureTimout
      > Merge pull request github-linguist#898 from 7sharp9/pathextension_useAddRange
      > Merge pull request github-linguist#897 from 7sharp9/resolverprovider_ensuretimout
      > Merge pull request github-linguist#896 from 7sharp9/completion_ensuretimout
      > Merge pull request github-linguist#895 from cbowdon/894-Vim-fix-for-no-completions-stacktrace
      > Merge pull request github-linguist#890 from wangzq/gotodecl
      > Merge pull request github-linguist#893 from 7sharp9/fixfortooltipvaltypes
      > Merge pull request github-linguist#892 from 7sharp9/fixforprojecttypechecking
      > Added correct indentation
      > Merge pull request github-linguist#891 from 7sharp9/ImproveImplementInterface
      > Merge pull request github-linguist#888 from VincentDondain/master
    
    * vendor/grammars/haxe-sublime-bundle 58cad47...e2613bb (4):
      > fixed goto definition / find type
      > clean
      > adaptations for toplevel completion
      > first test
    
    * vendor/grammars/language-gfm c6df027...7b62290 (7):
      > Prepare 0.59.0 release
      > scoped-properties -> settings
      > Prepare 0.58.0 release
      > Merge pull request github-linguist#67 from davidcelis/master
      > Prepare 0.57.0 release
      > Prepare 0.56.0 release
      > Merge pull request github-linguist#64 from atom/mb-new-cpp-scope-name
    
    * vendor/grammars/language-javascript 15dc5d1...6690feb (5):
      > Prepare 0.52.0 release
      > Merge pull request github-linguist#82 from Hurtak/feature/snippets-for
      > Merge pull request github-linguist#80 from Hurtak/feature/snippets-querySelector
      > Merge pull request github-linguist#79 from Hurtak/feature/snippets-switch-indentation-fix
      > Merge pull request github-linguist#81 from Hurtak/feature/snippets-iife
    
    * vendor/grammars/language-python 476a353...f518e49 (5):
      > Prepare 0.28.0 release
      > Use trailing scope name
      > Merge pull request github-linguist#48 from msabramo/patch-1
      > Prepare 0.27.0 release
      > Add pattern for nonlocal keyword
    
    * vendor/grammars/language-sass 064a8b5...33efa33 (2):
      > Prepare 0.29.0 release
      > Allow + and - in selector argument
    
    * vendor/grammars/language-shellscript e2d62af...cbec163 (2):
      > Prepare 0.11.0 release
      > Merge pull request github-linguist#4 from hd-deman/patch-1
    
    * vendor/grammars/latex.tmbundle 682c4b7...52b2251 (42):
      > Replaced `python` with `python2.7` in shebangs
      > Make the preferences compatible with Python 3
      > Handle manual spacing in “Reformat” (Table)
      > Fix: Reformatting of table containing empty cells
      > Use more descriptive variable names in `format`
      > Add documentation to `reformat`
      > Fix doctest in `refresh_viewer`
      > Add tests for `reformat`
      > Ignore “exit discard” status in `cramtests`
      > Remove print statements from `reformat` function
      > Fix: Close log window option ignored
      > Automatically scroll to bottom in “HTML Output”
      > Handle “\” signs in the notification window
      > Fix missing logname in default error message
      > Extend list of auxiliary files
      > Remove unused code from `latex_watch`
      > Display default message in notification window
      > Sort error messages by line number
      > Do not store duplicate error messages anymore
      > Close notification window on cleanup
      > Improve reopening of closed notification windows
      > Improve rewrap code in `texparser`
      > Improve readability of verbose log output
      > Only parse log file if there were changes
      > Remove unnecessary function call in “LaTeX Watch”
      > Properly close file in `guess_tex_engine`
      > Handle log messages containing double quotes
      > Left justify severity in notification window
      > Handle manual closing of notification window
      > Add additional information to notification window
      > Remove unused code from `texparser`
      > Close notification when typesetting succeeds
      > Add support for notifications to “LaTeX Watch”
      > Update bundle preference values instantly
      > Make “Reformat” (Table) compatible with Ruby 2
      > Ignore escaped ampersand `\&` in “Format” (Table)
      > Remove warnings reported by `RuboCop`
      > Format code for “Reformat” (Table)
      > Move code for “Reformat” into separate script
      > Save “Reformat” command with TextMate 2
      > Remove unused import
      > Use explicit import in “Itemize Lines In Selection”
    
    * vendor/grammars/mercury-tmlanguage b5a4fd6...eaef0b0 (8):
      > Add require_* and some, all keywords
      > Highlight %f format specifiers, `` as op
      > Correct implementation of '''', """" and 0'<char>
      > README.md: Mention GitHub grammar compatability
      > README.md: add resources and demonstration
      > reformatted whitespace; added foreign mods; missing keywords
      > Highlight variables, determ decls, more pragmas
      > no highlighting of variables, function names, type names, inst's, etc.
    
    * vendor/grammars/sublime-mask 2f59519...632ff3c (4):
      > v0.8.7
      > v0.8.7
      > + expression in component nodes
      < v0.8.6
    
    * vendor/grammars/swift.tmbundle 81a0164...3c7eac5 (9):
      > Use constant scope for booleans
      > Use storage scope instead of keyword
      > Correct typo in include
      > Revamp string literal matching
      > Improve punctuation scopes
      > Allow for functions without a body
      > Add simple folding markers for swift
      > Improved matching of capture specifiers
      > Add Support for UInt, Int[8|16|32|64] & Float80
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    2c2c474 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#1953 from github/update-grammars

    Update all grammar submodules
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    ae6b0f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96e6b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d258d14 View commit details
    Browse the repository at this point in the history
  7. Use --with-icu-dir everywhere but Ruby 2.0

    --with-icu-dir is broken on Ruby 2.0 due to
    https://bugs.ruby-lang.org/issues/8074. Specifying
    --with-icu-include/--with-icu-lib is broken on Ruby 2.1 and newer due to
    rubygems/bundler#3338. So now we use
    --with-icu-dir everywhere but Ruby 2.0.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    d82e480 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    188e579 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github-linguist#1931 from github/travis-container

    Opt in to container-based Travis CI builds
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    b499a07 View commit details
    Browse the repository at this point in the history
  10. Switch Sass grammar to nathos/sass-textmate-bundle

    This provides better highlighting in many cases than the previous
    grammar. See github-linguist#1852.
    Patrik Affentranger authored and aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    a2e99e8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request github-linguist#1956 from github/new-sass-grammar

    Switch Sass grammar to nathos/sass-textmate-bundle
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    e2d6aec View commit details
    Browse the repository at this point in the history
  12. download-grammars -> convert-grammars

    Downloading is only a small part of what this script does. The main
    thing it does is convert grammars to JSON.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    78a0030 View commit details
    Browse the repository at this point in the history
  13. Test that grammars.yml lists the right scopes for each submodule

    convert-grammars now supports a few flags that we can use to make it
    dump out the YAML just for the local grammar submodules. We can then
    compare this to the YAML that's actually in grammars.yml to check that
    they're the same. If they aren't, grammars.yml needs to be updated.
    This will help catch mistakes like using the wrong scope name.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    ada6f68 View commit details
    Browse the repository at this point in the history
  14. Ruby 1.9 compatibility

    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    5fa85f2 View commit details
    Browse the repository at this point in the history
  15. Show stderr output when running convert-grammars

    This will let us see why it's failing.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    a4286ba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    581dc36 View commit details
    Browse the repository at this point in the history
  17. Use File.directory? to test for local directories

    Some of our submodules end in ".tmLanguage", which we used to think
    meant it was a file rather than a directory.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    917bc48 View commit details
    Browse the repository at this point in the history
  18. Update grammars.yml to match submodules

    I should have done this in 2c2c474.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    8f3779c View commit details
    Browse the repository at this point in the history
  19. Make convert-grammars a little quieter

    No need to say "Done" at the end. We're obviously done; the script is
    exiting.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    7edddec View commit details
    Browse the repository at this point in the history
  20. Merge pull request github-linguist#1909 from github/scopes-test

    Test that grammars.yml lists the right scopes for each submodule
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    7069903 View commit details
    Browse the repository at this point in the history
  21. Switch to the master branch of tenbits/sublime-mask

    The master branch contains a license while the release branch does not.
    Other than that they're nearly identical.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    95bb5a1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f477f81 View commit details
    Browse the repository at this point in the history
  23. Test that all grammar submodules have an appropriate license

    We require all grammars to have a license that permits redistribution. A
    few existing grammars have been grandfathered in without a license (and
    we're working to remedy that), but no new grammars should be added
    without a license.
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    4614287 View commit details
    Browse the repository at this point in the history
  24. Update all submodules

    This was done via `git submodule update --remote`.
    
    Since Scalate.tmbundle now has a license we can remove it from the
    whitelist.
    
    * vendor/grammars/NimLime 9cef4b6...a7067c6 (1):
      > Added 'nim' to tmpl sublimetext highlighting
    
    * vendor/grammars/Scalate.tmbundle 4f85314...0307535 (1):
      > Merge pull request github-linguist#3 from aroben/patch-1
    
    * vendor/grammars/fsharpbinding d097476...99d2e9a (2):
      > Merge pull request github-linguist#917 from 7sharp9/CleanMacProjects
      > Merge pull request github-linguist#916 from 7sharp9/ToolTipsLessBlocky
    
    * vendor/grammars/language-clojure d649d9f...bae6eee (2):
      > Prepare 0.10.0 release
      > Rename scoped-properties/ to settings/
    
    * vendor/grammars/language-coffee-script c6e8d33...d86c896 (2):
      > Prepare 0.39.0 release
      > Rename scoped-properties/ to settings/
    
    * vendor/grammars/language-gfm 7b62290...6af44a0 (2):
      > Remove unneeded newline
      > Merge pull request github-linguist#65 from braver/line-break
    
    * vendor/grammars/language-javascript 6690feb...5157519 (2):
      > Prepare 0.53.0 release
      > Rename scoped-properties/ to settings/
    
    * vendor/grammars/language-python f518e49...46072e3 (2):
      > Prepare 0.29.0 release
      > Rename scoped-properties/ to settings/
    
    * vendor/grammars/language-shellscript cbec163...9839719 (2):
      > Prepare 0.12.0 release
      > Rename scoped-properties/ to settings/
    
    * vendor/grammars/language-yaml eddd079...ce8b441 (2):
      > Prepare 0.22.0 release
      > Rename scoped-properties/ to settings/
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    71f0caf View commit details
    Browse the repository at this point in the history
  25. Merge pull request github-linguist#1954 from github/test-grammar-lice…

    …nses
    
    Test that all grammar submodules have an appropriate license
    aroben committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    8430f69 View commit details
    Browse the repository at this point in the history
  26. Require thread-gem and solve problem with visibility of variable p in…

    … convert-grammars
    
    * The `thread`-gem is required for the script, because otherwise Ruby throws an error that `Queue` in line 259 is an uninitialized constant
    * The variable `p` was previously in the same method with the status message saying `OK ‹path› ‹converted scopes›`. But `p` is now defined in load_grammars() and thus not visible when showing the OK-message in install_grammars(). This was solved by adding a path-parameter to install_grammars().
    floscher committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    ab1b603 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3ace4c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Merge pull request github-linguist#1959 from floscher/licence

    Allow British-English spelled LICENCE-files
    aroben committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    650f267 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1958 from floscher/fix-convert-script

    Fixes script/convert-grammars: require thread-gem and solve problem with visibility of variable p
    aroben committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    952acc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6843aa7 View commit details
    Browse the repository at this point in the history
  4. Add grammar for CartoCSS

    floscher committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    e8e82a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    417171c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83dfd40 View commit details
    Browse the repository at this point in the history
  7. Merge pull request github-linguist#1938 from floscher/carto-grammar

    Add grammar for CartoCSS
    aroben committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    899dc07 View commit details
    Browse the repository at this point in the history
  8. Bump to v4.2.6

    aroben committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    5b05653 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github-linguist#1962 from github/bump-4.2.6

    Bump to v4.2.6
    aroben committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    470419d View commit details
    Browse the repository at this point in the history
  10. Recommend updating grammars when releasing

    This will help ensure we keep pulling in fixes from the grammar repos.
    aroben committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    6e9dfdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59a6963 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Configuration menu
    Copy the full SHA
    71885b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1888 from MattDMo/master

    reorganized Sublime Text extensions, added some
    aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    b704b20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1905 from joaquincasares/cql_support

    Add support for cql and ddl files
    aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    dd59814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fef6b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e95314f View commit details
    Browse the repository at this point in the history
  6. Added support for the nit language in grammars.yml, updated languages…

    ….yml for .nit source files highlighting
    
    Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
    lbajolet authored and aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    9be941a View commit details
    Browse the repository at this point in the history
  7. Added a few samples for the Nit language

    Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
    lbajolet authored and aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    163ea9e View commit details
    Browse the repository at this point in the history
  8. Merge pull request github-linguist#1973 from github/nit-grammar

    Add a language grammar for Nit
    aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    289f919 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f70776 View commit details
    Browse the repository at this point in the history
  10. Merge pull request github-linguist#1974 from github/hy-grammar

    Update Hy support by adding a reference to an Atom grammar.
    aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    743922d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3957a11 View commit details
    Browse the repository at this point in the history
  12. Merge pull request github-linguist#1970 from larsbrinkhoff/fr

    Add missing ^ in regexp for Frege heuristic
    aroben committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    7e319b7 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into http

    Conflicts:
    	.gitmodules
    arfon committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    08558aa View commit details
    Browse the repository at this point in the history
  14. Use path for Generated?

    arfon committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    ec28ea2 View commit details
    Browse the repository at this point in the history
  15. Whitespace

    arfon committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    1f429fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c0fbc9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5c94b50 View commit details
    Browse the repository at this point in the history
  18. Start using path with LazyBlob

    arfon committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    efd25ec View commit details
    Browse the repository at this point in the history
  19. Remove pry

    arfon committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    846cff5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6e2b4f7 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' into auto

    Conflicts:
    	.gitmodules
    arfon committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    7549eff View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Merge pull request github-linguist#1912 from 0a-/master

    vendor.yml: improved & added more regex for auto-generated stylesheets
    bkeepers committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    75d1bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24eb1d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a98be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79fd12e View commit details
    Browse the repository at this point in the history
  5. More CMake samples.

    larsbrinkhoff committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    94f7dd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f0c88a View commit details
    Browse the repository at this point in the history
  7. Sample file for .cmake.in

    pchaigno authored and larsbrinkhoff committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    986235d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4c1cc5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github-linguist#1963 from github/aroben-patch-1

    Recommend updating grammars when releasing
    aroben committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    3abb0e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    91779b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2015

  1. Remove grammar for Racket

    pchaigno committed Jan 10, 2015
    Configuration menu
    Copy the full SHA
    d638edb View commit details
    Browse the repository at this point in the history
  2. New grammar for Racket

    pchaigno committed Jan 10, 2015
    Configuration menu
    Copy the full SHA
    ecaad79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1982 from pchaigno/racket-grammar

    New grammar for Racket
    arfon committed Jan 10, 2015
    Configuration menu
    Copy the full SHA
    30be326 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#1955 from pchaigno/zephir-generate…

    …d-samples
    
    Reclassify three samples files generated from Zephir code
    bkeepers committed Jan 10, 2015
    Configuration menu
    Copy the full SHA
    1bc6a6d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2015

  1. Configuration menu
    Copy the full SHA
    5d0e948 View commit details
    Browse the repository at this point in the history
  2. Update languages.yml with *.sagews

    David Abián committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    fbc99cf View commit details
    Browse the repository at this point in the history
  3. Sample sagews file, as requested

    David Abián committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    ef4b255 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'patch-1' of https://github.com/davidabian/linguist into…

    … patch-1
    David Abián committed Jan 11, 2015
    Configuration menu
    Copy the full SHA
    42a491a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2015

  1. Merge pull request github-linguist#1989 from davidabian/patch-1

    Update languages.yml with *.sagews
    arfon committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    ad0cc7f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Use the original FileBlob path for filesystem access

    FileBlob now remembers the full path that was passed to its constructor,
    and uses that for performing filesystem access. FileBlob#path continues
    to return a relative path as before. This ensures that you can call
    methods like #size and #mode on FileBlobs with relative paths,
    regardless of the current working directory.
    aroben committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    0328b1c View commit details
    Browse the repository at this point in the history
  2. Simplify blob tests

    Now that FileBlobs with relative paths can still access their files on
    disk, we can use relative paths for all FileBlobs in the test. This more
    closely matches the behavior in github.com's codebase, where all blobs
    use relative paths.
    aroben committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    96c7bc3 View commit details
    Browse the repository at this point in the history
  3. Added Web Ontology Language Support

    As syntax is only xml, it is a very simple fix.
    phuicy committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    1a1e21f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d39f5ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    774d18e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Add support for FXML files.

    aoetk committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    d030f9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1841 from danmichaelo/turtle

    Add support for Turtle and SPARQL
    arfon committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    f3d5090 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1996 from aoetk/fxml

    Add FXML to languages.yml
    arfon committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    27ed17e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc1b97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f860370 View commit details
    Browse the repository at this point in the history
  6. Merge pull request github-linguist#1998 from Frigolit/master

    Added interpreter "pike" for Pike.
    arfon committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    53f909f View commit details
    Browse the repository at this point in the history
  7. Merge pull request github-linguist#1999 from github/more-relative-paths

    More relative paths
    arfon committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    4ccbdcb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2015

  1. Merge pull request github-linguist#1976 from github/path-for-fileblob

    Use path for Generated?
    aroben committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    9ec801d View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1995 from phuicy/master

    Support for web ontology language (OWL)
    arfon committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    0fcdca6 View commit details
    Browse the repository at this point in the history
  3. Added htmlbars as an alias for Handlebars

    See tildeio/htmlbars
    jayphelps committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    a5b915d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7abcc39 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Configuration menu
    Copy the full SHA
    8cd1769 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#2003 from pchaigno/cs-heuristics

    Heuristics for .cs files: C# and Smalltalk
    arfon committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    43b2976 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1900 from dalehenrich/master

    Use source.smalltalk to hightlight STON file
    arfon committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    3ae5568 View commit details
    Browse the repository at this point in the history
  4. changed to make rusthon a python alias.

    hartsantler committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    b178268 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github-linguist#1944 from pchaigno/revert-1438

    Revert github-linguist#1438: add file extensions with multiple segments
    arfon committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    885740d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. Adds Rexfile

    That's a Vagrantfile-like file for the Rex provisioning tool.
    JJ committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    b319731 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#2005 from JJ/master

    Adds Rexfile
    arfon committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    6305ec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Configuration menu
    Copy the full SHA
    36120a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#2014 from github/revert-1976-path-…

    …for-fileblob
    
    Revert "Use path for Generated?"
    arfon committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    2c7885b View commit details
    Browse the repository at this point in the history
  3. Updating grammars

    arfon committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    72b268b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94d4d92 View commit details
    Browse the repository at this point in the history
  5. Updating version.rb

    arfon committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    3ce527b View commit details
    Browse the repository at this point in the history
  6. Merge pull request github-linguist#2015 from github/cut-release-v4.2.7

    Cut release v4.2.7
    arfon committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    cc56ddb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Configuration menu
    Copy the full SHA
    97d48a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into mmmmmm

    Conflicts:
    	lib/linguist/heuristics.rb
    arfon committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    6ad6984 View commit details
    Browse the repository at this point in the history
  3. Updating heuristic order

    arfon committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    4d2b6ee View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into tst

    Conflicts:
    	lib/linguist/heuristics.rb
    	lib/linguist/language.rb
    	lib/linguist/languages.yml
    arfon committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    d95b750 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github-linguist#2030 from github/tst

    GAP and Scilab
    arfon committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    268f43d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd09f02 View commit details
    Browse the repository at this point in the history
  7. Merge pull request github-linguist#2025 from hyperair/scad

    Specify ace_mode for OpenSCAD
    arfon committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    f854a12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf5651e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c3ab95 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2015

  1. Configuration menu
    Copy the full SHA
    4f37563 View commit details
    Browse the repository at this point in the history
  2. Better samples for Pascal

    pchaigno committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    c7668ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#2031 from pchaigno/fix-pascal-samples

    Better samples for Pascal
    arfon committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    49837e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#1143 from pchaigno/newlisp

    NewLisp language added with some heuristics
    arfon committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    60483e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github-linguist#1 from pchaigno/pythonmultiline

    Multiline comments for Python during tokenization
    techhat committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    feeceef View commit details
    Browse the repository at this point in the history
  6. Merge pull request github-linguist#1723 from techhat/pythonmultiline

    Python also supports triple single-quotes for comments
    arfon committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    8aa4dce View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2015

  1. Configuration menu
    Copy the full SHA
    7421b2e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. Merge pull request github-linguist#2037 from pchaigno/asp-tm_scope

    Change TextMate scope for ASP
    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    12351d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#1986 from pchaigno/remove-lexer

    Remove last mentions of lexer
    aroben committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    0a5b5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e536eea View commit details
    Browse the repository at this point in the history
  4. Testing Vim modeline support

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    429c791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8e95f1 View commit details
    Browse the repository at this point in the history
  6. Adding Emacs modes

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    7929e7a View commit details
    Browse the repository at this point in the history
  7. Escape the *

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    d773c2e View commit details
    Browse the repository at this point in the history
  8. Slightly reworked regex.

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    98fc4d7 View commit details
    Browse the repository at this point in the history
  9. Test strategy and language

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    8094b1b View commit details
    Browse the repository at this point in the history
  10. Emacs modeline fixtures

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    119a8ff View commit details
    Browse the repository at this point in the history
  11. Update docs

    arfon committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    20a3e7e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69b68f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    cae17b9 View commit details
    Browse the repository at this point in the history
  2. New year.

    arfon committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    6f07b62 View commit details
    Browse the repository at this point in the history
  3. Clearer regex

    arfon committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    9615462 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#2044 from pchaigno/liquid-grammar

    Grammar for Liquid
    arfon committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    cf0bc39 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. Replace vendor powershell.tmBundle by SublimeText powershell. Improve…

    … samples for PS.
    Sergei Vorobev committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    160c0b4 View commit details
    Browse the repository at this point in the history
  2. Update Swift grammar

    infininight committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    3e1570a View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#2047 from vors/powershell

    Replace vendor powershell.tmBundle by SublimeText powershell
    arfon committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    d6fdbaf View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#2048 from infininight/master

    Update Swift grammar
    arfon committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    168ff4c View commit details
    Browse the repository at this point in the history
  5. Syntax tweak

    arfon committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    bf6bd24 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Fix regex syntax

    bkeepers committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    7a601b1 View commit details
    Browse the repository at this point in the history
  2. Move regex to a constant

    bkeepers committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    fadca56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    437ba70 View commit details
    Browse the repository at this point in the history
  4. Dropping 1.9.3

    arfon committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    512cfc4 View commit details
    Browse the repository at this point in the history
  5. Break modelines into two regular expressions

    This makes them easier to read and maintains Ruby 1.9 compatibility
    bkeepers committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    e7f5779 View commit details
    Browse the repository at this point in the history
  6. Simplify detect

    bkeepers committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    4f92d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. 1.9.3 reprieve

    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    5ff1b02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#2041 from github/emacs-vim-mode-lines

    Emacs vim modelines
    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    9196ba9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#1916 from Mailaender/dot-desktop-f…

    …iles
    
    Added support for Linux .desktop and .emacs.desktop files
    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    ba54548 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#2001 from rusthon/master

    added Rusthon to languages list for syntax highlighting in md.
    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    207bd8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    359e515 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    339370a View commit details
    Browse the repository at this point in the history
  7. Merge pull request github-linguist#1652 from github/objc-mercury

    Disambiguate Matlab, Objective-C, Mathematica, M, and Mercury
    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    fecc39d View commit details
    Browse the repository at this point in the history
  8. Adding cp as a C++ extension

    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    cf483c2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github-linguist#2055 from github/cp-cpp

    Adding cp as a C++ extension
    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    ef9e1c4 View commit details
    Browse the repository at this point in the history
  10. Updating grammars

    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    25aa666 View commit details
    Browse the repository at this point in the history
  11. Bumping version to 4.3.0

    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    2b7a488 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    98518e5 View commit details
    Browse the repository at this point in the history
  13. revise git module

    steinwaywhw committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    c80d085 View commit details
    Browse the repository at this point in the history
  14. remove atxt support

    steinwaywhw committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    7d9a47b View commit details
    Browse the repository at this point in the history
  15. Merge pull request github-linguist#2056 from github/cut-release-v4.3.0

    Cut release v4.3.0
    arfon committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    1a3960e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5133479 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2015

  1. Configuration menu
    Copy the full SHA
    20b82e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb40ee9 View commit details
    Browse the repository at this point in the history
  3. Support for Modelica

    pchaigno committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    896270e View commit details
    Browse the repository at this point in the history
  4. Grammar for Modelica

    pchaigno committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    08790f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da7b318 View commit details
    Browse the repository at this point in the history
  6. Merge pull request github-linguist#2059 from pchaigno/modelica

    Support of Modelica language
    arfon committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    95d5b8b View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	.gitmodules
    steinwaywhw committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    c2ab5bc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2015

  1. Merge pull request github-linguist#2057 from steinwaywhw/master

    Adding ATS language support by converting existing SublimeText syntax def
    arfon committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    6b7f203 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#2000 from jayphelps/patch-2

    Added `htmlbars` as an alias for Handlebars
    arfon committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    75d685a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada8feb View commit details
    Browse the repository at this point in the history
  4. Merge pull request github-linguist#2058 from pchaigno/move-autohotkey…

    …-grammar
    
    Update URL for AutoHotkey grammar
    arfon committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    ace6156 View commit details
    Browse the repository at this point in the history
  5. Trailing slash fix.

    arfon committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    2f65462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c60078 View commit details
    Browse the repository at this point in the history
  7. Samples for CLIPS

    pchaigno committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    bef473a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b0fd75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8376f1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3864e71 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e9dc23 View commit details
    Browse the repository at this point in the history
  12. Sample for J

    pchaigno committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    a901e85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36a0d76 View commit details
    Browse the repository at this point in the history
  14. Merge pull request github-linguist#2064 from pchaigno/new-grammars

    Grammars for 8 languages
    arfon committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    bdec1ac View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. Configuration menu
    Copy the full SHA
    034e510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe9ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2044e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f70604 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Sample for eC

    pchaigno committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    3c34da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fe9bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1b17f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Merge pull request github-linguist#2072 from larsbrinkhoff/4TH

    Add .4TH Forth extension.
    arfon committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    95bedf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2077fa3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github-linguist#2063 from larsbrinkhoff/modeline

    'Text' shouldn't qualify as a valid modeline language.
    bkeepers committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    87e60cf View commit details
    Browse the repository at this point in the history
  4. Grammar update

    arfon committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    d496aaa View commit details
    Browse the repository at this point in the history
  5. Bumping version to v4.3.1

    arfon committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    b8f3078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    832d379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7b9791 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0479a89 View commit details
    Browse the repository at this point in the history
  9. Merge conflict fixed

    pchaigno committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    ad7fc97 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    arfon committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    bb9f6ff View commit details
    Browse the repository at this point in the history
  11. Vim and Emacs modelines

    arfon committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    67fae52 View commit details
    Browse the repository at this point in the history
  12. Merge pull request github-linguist#2071 from pchaigno/new-grammars

    Grammars for 6 languages
    arfon committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    d49701f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Missing whitespace

    lqez committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    6ca149d View commit details
    Browse the repository at this point in the history
  2. Merge pull request github-linguist#2079 from lqez/patch-1

    Missing whitespace
    arfon committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    6d770ab View commit details
    Browse the repository at this point in the history
  3. i fixed the fire

    StephenSeanGleason committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    81a889b View commit details
    Browse the repository at this point in the history