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:
parent
85f193dd09
commit
86fa27eb54
30 changed files with 81 additions and 83 deletions
|
@ -1,7 +1,7 @@
|
|||
(macro_invocation
|
||||
(token_tree) @content
|
||||
(#set! "language" "rust"))
|
||||
(.set! "language" "rust"))
|
||||
|
||||
(macro_rule
|
||||
(token_tree) @content
|
||||
(#set! "language" "rust"))
|
||||
(.set! "language" "rust"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue