Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Add support for complex file extensions like ".coffee.md" or ".html.erb" #3122

Closed

Commits on Mar 13, 2013

  1. Add support for complex file extensions like "coffee.md" or "html.erb"

    The entries in the fileNames field of a language definition can now also contain extensions
    DennisKehrig committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    8f779c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

  1. Merge branch 'master' into dk/advanced-file-extensions

    Conflicts:
    	src/language/LanguageManager.js
    DennisKehrig committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    94d3e3d View commit details
    Browse the repository at this point in the history
  2. Ignore leading dots when determining the file extension (".profile" d…

    …oesn't have a file extension)
    
    Don't spam the console when no language could be found for an extension
    DennisKehrig committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    53e3d89 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into dk/advanced-file-extensions

    Conflicts:
    	src/thirdparty/CodeMirror2
    DennisKehrig committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    1981677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a8563 View commit details
    Browse the repository at this point in the history
  5. Fixed a unit test

    DennisKehrig committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    17d06f0 View commit details
    Browse the repository at this point in the history