highlights(c): highlight standard streams

This commit is contained in:
ObserverOfTime 2022-10-02 13:20:18 +03:00 committed by Stephan Seitz
parent 90c44df8cb
commit b945aa0aab

View file

@ -148,6 +148,9 @@
(case_statement
value: (identifier) @constant)
((identifier) @constant.builtin
(#any-of? @constant.builtin "stderr" "stdin" "stdout"))
;; Preproc def / undef
(preproc_def
name: (_) @constant)