ks-vscode: update regex for function names

This commit is contained in:
Siddharth Krishna 2020-03-31 18:53:29 +01:00
Родитель 57b37772c3
Коммит 3d07869581
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@
</dict>
</dict>
<key>match</key>
<string>(\b(?i:(def|edef))\b)(\s+)((\w|\-|\!|\?)*)</string>
<string>(\b(?i:(def|edef))\b)(\s+)((\w|\-|\!|\?|\@|\$)*)</string>
<key>name</key>
<string>meta.function.lisp</string>
</dict>