This repository was archived by the owner on Apr 21, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/node_modules/@codemirror/lang-javascript/dist/index.cjs b/node_modules/@codemirror/lang-javascript/dist/index.cjs 
2+ index 4475e4f..e1255c9 100644
3+ --- a/node_modules/@codemirror/lang-javascript/dist/index.cjs 
4+ +++ b/node_modules/@codemirror/lang-javascript/dist/index.cjs 
5+ @@ -135,7 +135,9 @@  const javascriptLanguage = language.LRLanguage.define({
6+                  JSXText: highlight.tags.content,
7+                  "JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag": highlight.tags.angleBracket,
8+                  "JSXIdentifier JSXNameSpacedName": highlight.tags.tagName,
9+ -                 "JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName": highlight.tags.attributeName
10+ +                 "JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName": highlight.tags.attributeName,
11+ +                 "JSXAttribute/JSXLowerIdentifier JSXAttribute/JSXNameSpacedName": highlight.tags.attributeName,
12+ +                 "JSXBuiltin/JSXIdentifier": highlight.tags.standard(highlight.tags.tagName)
13+              })
14+          ]
15+      }),
116diff --git a/node_modules/@codemirror/lang-javascript/dist/index.js b/node_modules/@codemirror/lang-javascript/dist/index.js 
217index d089f6b..db09ea6 100644
318--- a/node_modules/@codemirror/lang-javascript/dist/index.js 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments