8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654b527 commit 86d3179Copy full SHA for 86d3179
components/prism-less.js
@@ -34,11 +34,6 @@ Prism.languages.less = Prism.languages.extend('css', {
34
'operator': /[+\-*\/]/
35
});
36
37
-// Invert function and punctuation positions
38
-Prism.languages.insertBefore('less', 'punctuation', {
39
- 'function': Prism.languages.less.function
40
-});
41
-
42
Prism.languages.insertBefore('less', 'property', {
43
'variable': [
44
// Variable declaration (the colon must be consumed!)
components/prism-less.min.js
0 commit comments