-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
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
HTML: HTML comment starter in JavaScript area #3597
Comments
masatake
added a commit
to masatake/ctags
that referenced
this issue
Dec 17, 2022
The original code used a html-aware tokenizer for reading tokens in <script>...</script> areas. As reported in universal-ctags#3581 and universal-ctags#3597, this original code could not recognize <script>...</script> areas in some cases. This change introduces a tokenizer specialized to script areas in addition to the original html-aware tokenizer. Close universal-ctags#3581. Close universal-ctags#3597. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake
added a commit
to masatake/ctags
that referenced
this issue
Dec 17, 2022
The original code used a html-aware tokenizer for reading tokens in <script>...</script> areas. As reported in universal-ctags#3581 and universal-ctags#3597, this original code could not recognize <script>...</script> areas in some cases. This change introduces a tokenizer specialized to script areas in addition to the original html-aware tokenizer. Close universal-ctags#3581. Close universal-ctags#3597. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
input.html:
x
is not extracted with the command line:This issue is a variable of issue #3581.
Originally posted by @masatake in #3581 (comment)
The text was updated successfully, but these errors were encountered: