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

Support Content-Security-Policy syntax highlighting #3511

Merged
merged 27 commits into from
Jan 31, 2018
Merged

Support Content-Security-Policy syntax highlighting #3511

merged 27 commits into from
Jan 31, 2018

Commits on Jan 11, 2018

  1. Added Content-Security-Policy support

    Now it is possible to highlight CSP releated strings
    David Gatti committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    ea1e5ca View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Removed unecessary variable

    David Gatti committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    7ac0907 View commit details
    Browse the repository at this point in the history
  2. Removed unecessary empty lines

    David Gatti committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    f79e3e6 View commit details
    Browse the repository at this point in the history
  3. Added Content-Security-Policy support

    Now it is possible to highlight CSP releated strings
    David Gatti authored and mattes committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c3925b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Changed the reg exp

    David Gatti committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a8f81bf View commit details
    Browse the repository at this point in the history
  2. Auto formated by new NPM

    David Gatti committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6282465 View commit details
    Browse the repository at this point in the history
  3. added package lock

    David Gatti committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a91a35f View commit details
    Browse the repository at this point in the history
  4. Added indentation

    David Gatti committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4b5d109 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Fixed issue with testing

    David Gatti committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    1ddd0de View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Fixed the doubble regexpt problem

    David Gatti committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    775757c View commit details
    Browse the repository at this point in the history
  2. Added test tokens

    David Gatti committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    73df46d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7086234 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from templarbit/csp

    Changed the regexp rules
    mattes authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6e58c30 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Fix

    David Gatti committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    5fa5c02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from templarbit/csp

    Fix
    mattes authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    4bb2977 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Fixed semicolon and mixed-spaces-and-tabs

    David Gatti committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    3bafd98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from templarbit/csp

    Fixed semicolon and mixed-spaces-and-tabs
    davidgatti authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    646a7f6 View commit details
    Browse the repository at this point in the history
  3. Replacing 1 character

    David Gatti committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    4427c54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from templarbit/csp

    Replacing 1 character
    davidgatti authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    2bd1ca2 View commit details
    Browse the repository at this point in the history
  5. Fixed typo

    David Gatti committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c717060 View commit details
    Browse the repository at this point in the history
  6. Changed the demo data

    David Gatti committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5e866ef View commit details
    Browse the repository at this point in the history
  7. Updated the tests

    David Gatti committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    2fd61d9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from templarbit/csp

    Updated the Tests
    davidgatti authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c335cf1 View commit details
    Browse the repository at this point in the history
  9. Removed file extension

    David Gatti committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f596eb4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7 from templarbit/csp

    Removed file extension
    davidgatti authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c065fd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. cleanup

    nightwing committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    2aa80e5 View commit details
    Browse the repository at this point in the history
  2. fix the test

    nightwing committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    5c04f48 View commit details
    Browse the repository at this point in the history