Skip to content

Commit 1247935

Browse files
committed
Add highlighting to pair separators
1 parent 9ae7024 commit 1247935

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

grammars/emacs-lisp.cson

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,11 @@ repository:
357357
# Comparison operators
358358
name: "keyword.operator.comparison.emacs.lisp"
359359
match: "(?<=\\(|\\s|^)[=<>]|[/<>]=(?=\\s|\\)|$)"
360+
},{
361+
362+
# Pair separator
363+
name: "keyword.operator.pair-separator.emacs.lisp"
364+
match: "(?<=\\s)\\.(?=\\s|$)"
360365
}]
361366

362367

0 commit comments

Comments
 (0)