Skip to content

Commit

Permalink
fix small regression
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Oct 16, 2020
1 parent 64e4339 commit c50c5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/vbnet.js
Expand Up @@ -30,7 +30,7 @@ export default function(hljs) {
literal:
'true false nothing'
},
illegal: '//|\\{|\\}|endif|gosub|variant|wend|^$ ', /* reserved deprecated keywords */
illegal: '//|\\{|\\}|endif|gosub|variant|wend|^\\$ ', /* reserved deprecated keywords */
contains: [
hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '""'}]}),
hljs.COMMENT(
Expand Down

0 comments on commit c50c5b5

Please sign in to comment.