]> git.eshelyaron.com Git - emacs.git/commit
Fix fontification of network files in `awk-mode`
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jul 2024 02:31:01 +0000 (04:31 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:17:01 +0000 (15:17 +0200)
commit5662d1c18776b8d01dca6fe9360081494543513d
tree1b76619403ab57d9d10c210a73d4883c4080ab4c
parent89859ee20a8ee164354b6270e13fb6a31ce399f2
Fix fontification of network files in `awk-mode`

* lisp/progmodes/cc-awk.el (awk-font-lock-keywords): Fix fontification
of special network file names such as "/inet4/tcp/0/localhost/daytime".
See Info node '(gawk) TCP/IP Networking'.

(cherry picked from commit 17807a3144045305334c85b248ff6cdd93681ab6)
lisp/progmodes/cc-awk.el