Commit Graph
72 Commits
Author SHA1 Message Date
Jesse Portnoy bf17668d56 Added tcpdump lexer
Some indentation fixes
2025-03-25 15:49:23 +00:00
Jesse Portnoy 09ec4f4a7f More patterns for history and sh lexers 2023-11-01 13:28:50 +00:00
Jesse Portnoy e6ac037ec6 lexer for history 2023-11-01 12:18:12 +00:00
Jesse Portnoy 5cbe31b3ce route lexer 2023-09-08 16:11:55 +01:00
Jesse Portnoy aad70c3971 Added a few common shell commands 2023-09-01 00:03:36 +01:00
Jesse Portnoy 3e9c2ec288 ifconfig lexer: interfaces can have '-' in their names 2023-08-05 21:48:13 +01:00
Jesse Portnoy e4585fb2cc improvements to ifconfig lexer 2023-08-05 21:44:58 +01:00
Jesse Portnoy 93cbd28f2e lexers for ifconfig and ip 2023-08-05 21:39:13 +01:00
Jesse Portnoy 48b37a1547 Improved JS
Test input for nmap
2023-08-03 20:44:40 +01:00
Jesse Portnoy 524a51e3ce Fixes based on various linter suggestions 2023-08-03 16:13:18 +01:00
Jesse Portnoy 6ae8b2f82e This lexer will work nicely for apt show and apt-cache 2023-08-02 19:08:21 +01:00
Jesse Portnoy 61a0d17de8 - Add synlinks from sh->bash and js(x)->javascript
- Improve JS lexer
2023-08-02 18:41:03 +01:00
Jesse Portnoy e543f7f9f5 . 2023-07-29 23:41:49 +01:00
Jesse Portnoy 0b42849ebd PHP lexer revisions 2023-07-29 23:38:20 +01:00
Jesse Portnoy b3b9a479de [try to] detect go based on header 2023-07-29 03:57:41 +01:00
Jesse Portnoy ae80bdd9b7 Detect go based on header 2023-07-29 03:45:08 +01:00
Jesse Portnoy 9e20d6efc7 Support ss as well 2023-07-25 18:31:05 +01:00
Jesse Portnoy 767de3c0f2 nmap lexer 2023-07-24 17:20:13 +01:00
Jesse Portnoy a1c3190c85 traceroute. 2023-07-23 03:06:16 +01:00
Jesse Portnoy 2c7a879b1b . 2023-07-22 21:56:02 +01:00
Jesse Portnoy 8bad7b78d4 js.yml -> javascript.yaml 2023-07-22 17:00:35 +01:00
Jesse Portnoy 68a246ed23 . 2023-07-21 05:02:48 +01:00
Jesse Portnoy 9254c115d1 . 2023-07-21 04:47:00 +01:00
Jesse Portnoy 543fe406b7 Add XML test. 2023-07-20 17:45:54 +01:00
Jesse Portnoy 67484a4fc4 Improve XML highligher 2023-07-20 17:41:50 +01:00
Jesse Portnoy c580d19b0c . 2023-07-20 00:50:23 +01:00
Jesse Portnoy 137b073d05 - Add du lexer
- Print problematic YAML filename when error is detected
2023-07-19 22:46:52 +01:00
Jesse Portnoy 2a6caac588 fix filetype 2023-07-19 22:04:39 +01:00
Jesse Portnoy 81a442c3ba A few more patterns for make files 2023-07-19 17:17:53 +01:00
Jesse Portnoy 3737694512 Highlight more keywords 2023-07-19 16:40:38 +01:00
Jesse Portnoy 449702f27b - Support df command
- Return warnings array from ParseSyntaxFiles() in addition to potential
  error. Not being able to parse the dir is a fatal error but if a
random file cannot be read, it should be considered a warning.
2023-07-18 18:46:01 +01:00
Jesse Portnoy 21c71649f6 Add ping parser 2023-07-18 17:00:17 +01:00
Jesse Portnoy 07420a4df2 Sort go.mod 2023-07-18 03:59:23 +01:00
Jesse Portnoy 75eb8dfe19 Adjust header pattern 2023-07-17 23:52:44 +01:00
Jesse Portnoy d9ba8dbabb .git/config is just an INI file and the lexer for INI is acutally better so... deleting. 2023-07-17 14:10:26 +01:00
Jesse Portnoy 90e6641fc5 . 2023-07-17 04:00:50 +01:00
Jesse Portnoy e41cefacba Double '||'.. hard to spot, causes a mess 2023-07-17 03:45:35 +01:00
Jesse Portnoy 571529568c - Revised code example
- Added new lexers and revised existing
2023-07-16 23:44:37 +01:00
Jesse Portnoy 9bebc7ad73 Merge branch 'synlink-yaml-to-yml' 2023-07-16 16:39:09 +01:00
Jesse Portnoy 92d5b017bb Fix sh brackets detection 2023-07-16 16:15:29 +01:00
Jesse Portnoy fe2757664e Symlink yml.yaml (bpth forms are generally valid by other highlighters) 2023-07-16 01:43:47 +01:00
Robert-André Mauchin 291680feac Update import path of highlight (#12) 2020-02-16 20:01:19 -05:00
Zachary Yedidia 201131ce5c Merge pull request #8 from amrnt/master
Add missing ruby comment syntax and more ruby extensions
2017-03-30 10:34:49 -04:00
Zachary Yedidia c6faee5e6c Fix region highlighting and skipping
Ref #8
2017-03-30 10:33:52 -04:00
Amr Tamimi f87a95fdca Add missing ruby comment syntax. Add more ruby extensions 2017-03-30 11:20:40 +02:00
Zachary Yedidia 98b6b4f75e Add support for skipping 2017-03-27 20:47:03 -04:00
Zachary Yedidia d68bb0a055 Merge branch 'master' of https://github.com/zyedidia/highlight 2017-03-26 19:16:06 -04:00
Zachary Yedidia 084c2be66c Many optimizations and new syntax files 2017-03-26 19:14:03 -04:00
Amr Tamimi eaf4eb2d63 fix python syntax to prioritize multi liner comments 2017-03-23 11:27:44 +01:00
Zachary Yedidia feb6f0700e Add arduino, asm, caddyfile, coffeescript, dockerfile 2017-02-20 09:23:22 -05:00