mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 09:30:29 +01:00
Renamed major-mode buffer name from "React" to "RJSX"
This commit is contained in:
parent
8956bc75fa
commit
8e48c51612
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@
|
|||
;; - HTML
|
||||
;; - Haml
|
||||
;; - JavaScript
|
||||
;; - React
|
||||
;; - Lisp
|
||||
;; - Lua
|
||||
;; - nXML
|
||||
;; - PHP
|
||||
;; - Python
|
||||
;; - React
|
||||
;; - Ruby
|
||||
;; - Sass/Scss
|
||||
;; - Scheme
|
||||
|
@ -157,7 +157,7 @@ This was stole/modified from `c-save-buffer-state'"
|
|||
("\\`Projectile Rails Server\\'" "rails" xpm)
|
||||
("\\`Python\\'" "python" xpm)
|
||||
("\\` Emmet\\'" "emmet" xpm)
|
||||
("\\`React\\'" "react" xpm)
|
||||
("\\`RJSX\\'" "react" xpm)
|
||||
("\\`Ruby\\'" "ruby" xpm)
|
||||
("\\`EnhRuby\\'" "ruby" xpm)
|
||||
("\\`ESS\\[S\\]\\'" "R" xpm)
|
||||
|
|
Loading…
Reference in a new issue