Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jelera/vim-javascript-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KillerX/vim-javascript-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 9, 2015

  1. Create dwscript.vim

    First version of DWscript syntax highlighter for vim.
    KillerX committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    dbcbf92 View commit details
    Browse the repository at this point in the history
  2. Remove date

    Matjaz Debelak committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    6452b61 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Updated syntax to cover types in function definitions and to show col…

    …ons as operators. Added @input and @output in comments to be special. Cleaned up unneeded keywords
    Matjaz Debelak committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    eda39ac View commit details
    Browse the repository at this point in the history
  2. Removed not relevant files

    Matjaz Debelak committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    9948129 View commit details
    Browse the repository at this point in the history
  3. Update readme

    Matjaz Debelak committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    be58d03 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Types are now highlighted properly

    Matjaz Debelak committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    e86381a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Improved type highlighting by reducing false positives

    Matjaz Debelak committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    7f3bec0 View commit details
    Browse the repository at this point in the history
Loading