mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-06 01:31:41 -05:00
tweaking example
This commit is contained in:
parent
18300f3ba8
commit
f24cb0b093
1 changed files with 2 additions and 2 deletions
4
index.md
4
index.md
|
@ -34,10 +34,10 @@ function do_highlight() {
|
|||
(defun test-me (lol &key omg (lol 'wtf))
|
||||
(let ((*global* 'ur-mom)
|
||||
(strings "r pretty kewl LOL")
|
||||
(multi-line-strings "can be badass
|
||||
(multi-line-strings "can be kewl
|
||||
as well")
|
||||
(+my-constant+ "wait, constants don't change!!"))
|
||||
(make-instance 'error :message "YOU SUCK!!!")))
|
||||
(make-instance 'error :message "OMG ERROR!!!")))
|
||||
|
||||
;; known vs unknown #'functions
|
||||
(make-hash-table :test #'equal)
|
||||
|
|
Loading…
Add table
Reference in a new issue