We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c7d41 commit 55f68f7Copy full SHA for 55f68f7
src/languages/ruby.js
@@ -252,7 +252,7 @@ export default function(hljs) {
252
},
253
NUMBER,
254
{
255
- // negative-look forward attemps to prevent false matches like:
+ // negative-look forward attempts to prevent false matches like:
256
// @ident@ or $ident$ that might indicate this is not ruby at all
257
className: "variable",
258
begin: '(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])' + `(?![A-Za-z])(?![@$?'])`
0 commit comments