vs code lisp changes
This commit is contained in:
@@ -55,29 +55,6 @@
|
||||
<key>name</key>
|
||||
<string>meta.function.lisp</string>
|
||||
</dict>
|
||||
<!-- <dict>
|
||||
<key>match</key>
|
||||
<string>(?<=\s)(?i:&allow-other-keys|&aux|&body|&environment|&key|&optional|&rest|&whole)(?=\s+)</string>
|
||||
<key>name</key>
|
||||
<string>meta.function-parameters.lisp</string>
|
||||
</dict> -->
|
||||
<!-- <dict>
|
||||
<key>captures</key>
|
||||
<dict>
|
||||
<key>1</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>storage.type.function-type.lisp</string>
|
||||
</dict>
|
||||
<key>2</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>entity.name.type.lisp</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string>(?:\()((?i:deftype|defstruct|define-condition|defpackage|defclass))\s+((?:\w|[+\-<>/*&=.?!$%:@\[\]^{}~#|])+)</string>
|
||||
</dict> -->
|
||||
<dict>
|
||||
<key>captures</key>
|
||||
<dict>
|
||||
|
||||
@@ -19,8 +19,8 @@ mv ./ml /usr/local/bin/ml
|
||||
echo ""
|
||||
echo "if syntax has changed you may use"
|
||||
echo "cp utils/Lisp.tmLanguage ~/.vscode/extensions/mattn.lisp-0.1.12/syntaxes/"
|
||||
# echo "or"
|
||||
# echo "cp utils/Lisp.tmLanguage ~/.local/share/code-server/extensions/mattn.lisp-0.1.11/syntaxes/Lisp.tmLanguage"
|
||||
echo "or"
|
||||
echo "cp utils/Lisp.tmLanguage ~/.local/share/code-server/extensions/mattn.lisp-0.1.11/syntaxes/Lisp.tmLanguage"
|
||||
echo ""
|
||||
|
||||
ml -v
|
||||
|
||||
Reference in New Issue
Block a user