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.
2 parents bd72a08 + d1b1384 commit ba6b662Copy full SHA for ba6b662
userdiff.c
@@ -34,8 +34,9 @@ PATTERNS("dts",
34
"|[-+*/%&^|!~]|>>|<<|&&|\\|\\|"),
35
PATTERNS("elixir",
36
"^[ \t]*((def(macro|module|impl|protocol|p)?|test)[ \t].*)$",
37
+ /* -- */
38
/* Atoms, names, and module attributes */
- "|[@:]?[a-zA-Z0-9@_?!]+"
39
+ "[@:]?[a-zA-Z0-9@_?!]+"
40
/* Numbers with specific base */
41
"|[-+]?0[xob][0-9a-fA-F]+"
42
/* Numbers */
0 commit comments