We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Documentation does not works for format HTML(Rails):
scope = text.html.ruby source.ruby.rails.embedded.html extracted_scope = html
so I've added a condition: if re.search('rails', scope): extracted_scope = 'rails'
in 71,72 line and if the scope is from rails then it will send to rails_doc method.
Br, Grzegorz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Documentation does not works for format HTML(Rails):
scope = text.html.ruby source.ruby.rails.embedded.html
extracted_scope = html
so I've added a condition:
if re.search('rails', scope):
extracted_scope = 'rails'
in 71,72 line and if the scope is from rails then it will send to rails_doc method.
Br,
Grzegorz
The text was updated successfully, but these errors were encountered: