ZIm/crates/zed/src/languages/cpp/injections.scm
Nate Butler 86fa27eb54 Update uses of # to . in our scheme files where they are interchangeable.
uses of `#` cause ERRORs in our scheme highlighting
2023-07-27 12:41:19 -04:00

7 lines
164 B
Scheme

(preproc_def
value: (preproc_arg) @content
(.set! "language" "c++"))
(preproc_function_def
value: (preproc_arg) @content
(.set! "language" "c++"))