fix function def

This commit is contained in:
zongor 2026-05-17 10:17:26 -07:00
parent e5e235f95c
commit 74539e657e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
("\\b[A-Z][a-zA-Z0-9_]*\\b" . font-lock-type-face)
;; Function definitions: "function name(...)"
("\\_<function\\>\\s-+\\([\\w+\\)(" (1 font-lock-function-name-face))
("\\_<function\\>\\s-+\\(\\w+\\)\\s-*(" (1 font-lock-function-name-face))
;; Numbers (Integers and Floats)
("\\b-?[0-9]+\\(?:\\.[0-9]+\\)?\\(?:[eE][+-]?[0-9]+\\)?\\b" . font-lock-constant-face)