Fix kebap to kebab
This commit is contained in:
parent
199edc48e4
commit
7255a8f0d2
@ -1,6 +1,6 @@
|
|||||||
# format-region.el
|
# format-region.el
|
||||||
|
|
||||||
Transform region in different formats: camelCase, kebap-case or lisp-case, PascalCase or snake_case.
|
Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase or snake_case.
|
||||||
|
|
||||||
![format-region](demo.gif)
|
![format-region](demo.gif)
|
||||||
|
|
||||||
@ -14,10 +14,10 @@ Select region and call:
|
|||||||
M-x format-to-camel-case-region
|
M-x format-to-camel-case-region
|
||||||
```
|
```
|
||||||
|
|
||||||
### kebap-case o lisp-case
|
### kebab-case o lisp-case
|
||||||
|
|
||||||
```
|
```
|
||||||
M-x format-to-kebap-case-region
|
M-x format-to-kebab-case-region
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
;;; format-region.el --- Transform region in different formats: camelCase, kebap-case or lisp-case, PascalCase or snake_case. -*- lexical-binding: t;
|
;;; format-region.el --- Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase or snake_case. -*- lexical-binding: t;
|
||||||
;;
|
;;
|
||||||
;; Copyright © 2023 Andros Fenollosa
|
;; Copyright © 2023 Andros Fenollosa
|
||||||
;; Authors: Andros Fenollosa <andros@fenollosa.email>
|
;; Authors: Andros Fenollosa <andros@fenollosa.email>
|
||||||
@ -7,7 +7,7 @@
|
|||||||
;; SPDX-License-Identifier: GNU General Public License v3.0 or later
|
;; SPDX-License-Identifier: GNU General Public License v3.0 or later
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; Transform region in different formats: camelCase, kebap-case or lisp-case, PascalCase or snake_case.
|
;; Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase or snake_case.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user