瀏覽代碼

Correct highlighting async function names in Python 3.5

Joongi Kim 9 年之前
父節點
當前提交
e4d992dc44
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      syntax/python.vim

+ 1
- 1
syntax/python.vim 查看文件

@@ -176,7 +176,7 @@ else
176 176
   syn keyword pythonBoolean     True False
177 177
   syn match   pythonFunction    "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained
178 178
   syn keyword pythonStatement   await
179
-  syn match   pythonStatement   "\<async\s\+def\>" display
179
+  syn match   pythonStatement   "\<async\s\+def\>" nextgroup=pythonFunction skipwhite
180 180
   syn match   pythonStatement   "\<async\s\+with\>" display
181 181
   syn match   pythonStatement   "\<async\s\+for\>" display
182 182
   syn match   pythonStatement   "\<async\s\+with\>" display