feat(ruby): detect shebang directive

This commit is contained in:
Jerome Dalbert 2024-09-11 04:20:29 -07:00 committed by Amaan Qureshi
parent b9002f6fe6
commit cad9ff2fbc

View file

@ -211,6 +211,11 @@
(comment) @comment @spell
((program
.
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))
(program
(comment)+ @comment.documentation
(class))