Skip to content

Commit

Permalink
fixup! fixup! fixup! feat(search): add more special character mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Sep 29, 2023
1 parent f8a4ecc commit dc8887c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployer/src/deployer/search/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@
# E.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Decrement
"-- => Decrement",
# E.g. https://developer.mozilla.org/en-US/docs/Web/CSS/Comments
"/* => Blockcommentcegin",
"/* => Blockcommentbegin",
"*/ => Blockcommentend",
# E.g. https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#html_comments
"<!-- => HTMLCommentbegin",
"--> => HTMLCommentend",
"<!-- => HTMLcommentbegin",
"--> => HTMLcommentend",
# E.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#hashbang_comments
"#!` => Hashbangcomment",
# E.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#comments
Expand Down

0 comments on commit dc8887c

Please sign in to comment.