Commit Graph

29 Commits

Author SHA1 Message Date
MTDL9
da332bfd33 Replace TimeZone keywords like UTC and EDT with generic uppercase match
This allows supporting all the TimeZone abbreviations, which are all
included between 2 and 5 characters according to this Wikipedia article:
https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations
2019-11-24 08:40:25 +01:00
MTDL9
1332f9d363 Add CDT Time Zone identifier to the logTimeZone matcher 2019-11-24 08:32:21 +01:00
MTDL9
f9be11a822 Update logFilePath matching to avoid matching a/b patterns
This applies only when there is a slash between words which do not start
with a leading slash
2019-11-24 08:25:20 +01:00
MTDL9
f573e36cd0 Create .gitignore file to exclude large sample log files 2019-11-24 07:22:41 +01:00
MTDL9
9525e16488 Add reference to SysLog columns in the highlighted elements. #4 2019-04-18 07:03:32 +02:00
MTDL9
9dc67d0ff9 Add alternate order of logTimeZone group for some SysLog dates. #3 2019-04-18 06:57:53 +02:00
MTDL9
7c7ae74dc3 Add escape to dot character in logTime rule to avoid matching extra chars 2019-04-18 06:54:32 +02:00
MTDL9
7262b95267 Update Latest Revision header in syntax file 2019-04-18 06:49:12 +02:00
MTDL9
5543b5cee9 Match dots and dashes in program and process SysLog columns, for #4 2019-04-17 07:16:28 +02:00
MTDL9
1b2875124a Match SysLog columns after time groups, for #4 2019-04-17 07:11:57 +02:00
MTDL9
849ec8a624 Add syntax highlighting for SysLog columns after time, for #4 2019-04-16 07:46:11 +02:00
MTDL9
fd1f9ca1bc Add matches for common time zones after timestamps, for #3 2019-04-16 07:30:30 +02:00
MTDL9
6f0bb93679 Make first day digit optional in Syslog-like date format for #3 2019-04-16 07:00:50 +02:00
MTDL9
887c8ef63b Make day optional in pattern to match syslog "Feb 11" date for #3 2019-04-03 07:13:57 +02:00
MTDL9
6a6682ff20 Added reference to CCZE in related projects 2019-03-28 07:03:53 +01:00
MTDL9
09a272bb66 Fix single quoted strings not working in XML Attributes
Resolves issue #2
2019-02-02 12:07:06 +01:00
MTDL9
14353ae830 Added # character in operator list 2018-07-27 04:52:26 +02:00
MTDL9
a5c97aa73e Fixed Vim Plug link in install, changed URL highlighting for related projects 2018-07-22 08:41:49 +02:00
MTDL9
d417f22b3a Add screenshot file and link in the ReadMe file 2018-07-12 05:05:41 +02:00
MTDL9
54e6311906 Change hi group of INFO to differentiate from Time 2018-07-12 04:55:45 +02:00
MTDL9
287649314d Add domain match, remove braces from file paths 2018-07-12 04:54:38 +02:00
MTDL9
b72e7fdf35 Additional matches for empty lines, including CLF 2018-07-12 04:50:12 +02:00
MTDL9
76800818ff Added Emerg and Alert syslog levels 2018-07-11 08:52:02 +02:00
MTDL9
453de15a23 Allow using dashes in XML tags, added spec comment 2018-07-11 08:40:19 +02:00
MTDL9
23dffe8a1e Added syntax highlighting for XML Entities 2018-07-11 08:34:46 +02:00
MTDL9
e44435b6ba Added separate syntax highlighting inside XML tags 2018-07-11 08:30:44 +02:00
MTDL9
da894230d2 Initial commit of syntax and ftdetect files 2018-07-09 18:58:12 +02:00
MTDL9
49481fe71e Initial version of ReadMe file 2018-07-09 18:41:34 +02:00
MTDL9
c5a060fa29 Initial commit 2018-07-09 05:23:29 +02:00