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

Add support for SPL (Splunk query language) #1970

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2023

  1. First working version

    Pushing this first working version, further tests will be done later
    romain-durban committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8c7311c View commit details
    Browse the repository at this point in the history
  2. Replaces tabs by spaces

    Getting rid of tabs
    romain-durban committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c1a454e View commit details
    Browse the repository at this point in the history
  3. Simplified states

    Removed the :search_command state to reduce redundancy and playing instead with the states stack
    romain-durban committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e5bdd4c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Bugfixes and improvements

    Fixed some issues, now covering some commands which were missing and now better highlighting some special operators, args and functions
    romain-durban committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    da1c45d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Minor syntax error in example

    Fixed a minor syntax error in the example, for good measure
    romain-durban committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9e2312c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Small regex fix

    One of the regex for multiline comments did not have the multiline option and was raising an error on \n
    romain-durban committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8975e4c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Added missing EOF newline

    Added missing EOF newline to comply to the linelint rule
    romain-durban committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ac0e7fb View commit details
    Browse the repository at this point in the history