File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -718,20 +718,19 @@ disambiguations:
718718 rules :
719719 - language : Scheme
720720 pattern :
721- - ' (?:'' [\(\*#]|\w->\w|\.\.\.[\s\)]|\([+\-:<>\/=~\)]|~>|\s:\w|#\() |#:\w'
722- - ' ^\s*\((?:define|import|library|lambda)'
721+ - ' (?:'' [\(\*#]|\w->\w|\.\.\.[\s\)]|\([+\-:<>\/=~\)]|~>|[#`]\( |#:\w) '
722+ - ' ^\s*\((?:define\*? |import|library|lambda)'
723723 negative_pattern :
724724 - ' \(#[\w-]+[!\?]'
725- - ' [\)\]"_]\s+[\*\+\?@] '
725+ - ' [\)\]"_]\s+(?: [\*\+\?]|@\w) '
726726 - language : Tree-sitter Query
727727 pattern :
728728 - ' \(#[\w-]+[!\?]'
729- - ' [\)\]"_]\s+[\*\+\?@] '
729+ - ' [\)\]"_]\s+(?: [\*\+\?]|@\w) '
730730 - ' (?:^\s*\w+:\s*[\(\[\"])'
731+ - ' \(#(?:set!|(?:not-)?(?:any-of|match)\?)'
731732 negative_pattern :
732733 - ' \([+\-:<>\/=~\)]'
733- - ' \([\w-]+[!\?]'
734- - ' \w\/\w'
735734- extensions : ['.sol']
736735 rules :
737736 - language : Solidity
You can’t perform that action at this time.
0 commit comments