Skip to content

Some Patches#16

Open
shanavas786 wants to merge 5 commits into
xwl:masterfrom
shanavas786:patches
Open

Some Patches#16
shanavas786 wants to merge 5 commits into
xwl:masterfrom
shanavas786:patches

Conversation

@shanavas786

Copy link
Copy Markdown
  1. Support for ! operator
  2. Fix spacing for / in js-modes
  3. Fix spacing for .

Comment thread electric-spacing.el
;; | a = !b
;; `----
(if (looking-back "[a-z]")
(if (looking-back "[a-z]\\|= ")

@xwl xwl Oct 28, 2016

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it should be something like: "[a-zA-Z0-9_]\|= "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants