- engineering version only
- can optionally de-color
quote
parts
- engineering version only
- optimize the packaging size of this extension
README.md
update README
- add hover provider for user-defined doc
- refactor the folder layers
- polish LOOP keywords highlighting
- fix non-alphabetic auto-completion
README.md
update README
- add LOOP keywords highlighting
comp_item_provider.ts
fix duplicated autocomplete items- fix some minor bugs, no major feature changes
package.json
vscode compatibility is upgraded to 1.63 for pre-release feature- refactor the trigger mechanism of the semantic analysis.
The response time should be reduced, but more frequent requests may take
more cpu time.
- old
pair_parser.ts
- In
WorkspaceConfig.ts
,debounceTimeout
andthrottleTimeout
are removed
README.md
update README
README.md
fix some typos
src/web
become a web extensionsyntaxes/commonlisp.yaml
improve syntax highlightingsyntaxes/cl_codeblock.yaml
for highlighting code block in Markdown
syntaxes/commonlisp.yaml
fixed syntax highlighting
syntaxes/commonlisp.yaml
added highlighting for formatted stringssyntaxes/commonlisp.tmLanguage.json
is automatically built fromsyntaxes/commonlisp.yaml
syntaxes/commonlisp.yaml
more accurate highlighting of packages and literal symbolssnippets/commonlisp_snippets.json
more snippets
syntaxes/commonlisp.tmLanguage
is achieved, andsyntaxes/commonlisp.yaml
will be actively maintained
commonlisp_file_icon.svg
file for common lisp file icon
commonlisp.tmLanguage
fix variables highlighting
commonlisp.tmLanguage
changed highlighting colors and fixed color errors
commonlisp.tmLanguage
file syntax highlightingcommonlisp.json
file for snippets