Skip to content

Commit

Permalink
Added lenses (part 0 of optics).
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoejp committed Apr 11, 2024
1 parent bba740d commit 4e44411
Show file tree
Hide file tree
Showing 10 changed files with 527 additions and 354 deletions.
4 changes: 4 additions & 0 deletions documentation/bookmark/image/jpeg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Reference

0. [Introducing Jpegli: A New JPEG Coding Library](https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html)

9 changes: 0 additions & 9 deletions lux-mode/lux-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ Called by `imenu--generic-function'."
"All" "for_all" "for_any" "for_every"
"Ex" "there_exists" "for_some"
"Interface"
"Class"
"type"))
(type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole"))
(type//dynamic (altRE "dynamic" "static"))
Expand All @@ -405,7 +404,6 @@ Called by `imenu--generic-function'."
(code//super-quotation (altRE "``" ",,"))
(code//macro (altRE "macro"))
;; Miscellaneous
(jvm-host (altRE "import" "export" "class" "interface" "object" "synchronized" "class_for"))
(alternative-format (altRE "character" "bin" "oct" "hex"))
(documentation (altRE "comment"))
(function-application (altRE "|>" "<|" "all"))
Expand Down Expand Up @@ -440,7 +438,6 @@ Called by `imenu--generic-function'."
data
code
;; ;;;;;;;;;;;;;;;;;;;;;;
jvm-host
alternative-format
documentation
function-application
Expand Down Expand Up @@ -607,11 +604,6 @@ This function also returns nil meaning don't specify the indentation."
("translation" 'defun)
("declaration" 'defun)

("class" 'defun)
("interface" 'defun)
("import" 'defun)
("export" 'defun)

("comment" 'defun)
("definition" 'defun)

Expand All @@ -638,7 +630,6 @@ This function also returns nil meaning don't specify the indentation."
("for_some" 'defun)

(Rec 'defun)
("Class" 'defun)

(synchronized 'defun)
(object 'defun)
Expand Down
Loading

0 comments on commit 4e44411

Please sign in to comment.