Update uses of # to . in our scheme files where they are interchangeable.

uses of `#` cause ERRORs in our scheme highlighting
This commit is contained in:
Nate Butler 2023-07-27 12:41:19 -04:00
parent 85f193dd09
commit 86fa27eb54
30 changed files with 81 additions and 83 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,5 +6,5 @@
(symbol) @name
(list . (symbol) @name)
]
(#match? @start-symbol "^define")
) @item
(.match? @start-symbol "^define")
) @item