Skip to content

Commit

Permalink
Remove superfluous vertical spacing in regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Mar 27, 2024
1 parent c2d448a commit 3a16a6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions splunk-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@
(or "eval" "where" "fieldformat")
(or (one-or-more space) eol)
(zero-or-more (not (any "|[")))))
(group (regexp (regexp-opt splunk-eval-functions 'words)))
)))
(group (regexp (regexp-opt splunk-eval-functions 'words))))))

;; Alternative comment syntax; refs:
;; - https://docs.splunk.com/Documentation/Splunk/9.1.1/Search/Comments
Expand Down

0 comments on commit 3a16a6c

Please sign in to comment.