Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81a4f6e

Browse files
authored
Merge pull request#927 from zhimsel/dot_hi_fix
Remove pythonDot highlight matchThe main reason for this PR is that `pythonDot` highlight group seemed entirely pointless. All it does is drop the highlighting for any `.` characters to `Normal`. This doesn't seem to be expected or desired behavior (the `.` should match the surrounding highlight).
2 parentsd0d6cdf +263775a commit81a4f6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ Contributors:
7373
* Wes Turner (https://github.com/westurner);
7474
* Yury A. Kartynnik (https://github.com/kartynnik);
7575
* Xiangyu Xu (https://github.com/bkbncn);
76+
* Zach Himsel (https://github.com/zhimsel);

‎syntax/python.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ endif
129129

130130
synmatchpythonDecorator"@"displaynextgroup=pythonDottedNameskipwhite
131131
synmatchpythonDottedName"[a-zA-Z_][a-zA-Z0-9_]*\(\.[a-zA-Z_][a-zA-Z0-9_]*\)*"displaycontained
132-
synmatchpythonDot"\."displaycontainedin=pythonDottedName
133132

134133
" }}}
135134

@@ -355,7 +354,6 @@ endif
355354

356355
hideflinkpythonDecoratorDefine
357356
hideflinkpythonDottedNameFunction
358-
hideflinkpythonDotNormal
359357

360358
hideflinkpythonCommentComment
361359
hideflinkpythonCodingSpecial

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp