We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f9cd1 commit 965ce67Copy full SHA for 965ce67
julia-mode/.yas-setup.el
@@ -1,12 +1,5 @@
1
-;;; ~/Repos/bennetis_dotfiles/emacs/.doom.d/snippets/julia-mode/.yas-setup.el -*- lexical-binding: t; -*-
+;;; julia-mode/.yas-setup.el -*- lexical-binding: t; -*-
2
3
-
4
5
-(require 'yasnippet)
6
7
-(defun yas-julia-iteration-keyword-choice ()
8
- "Choose the iteration keyword for for-loop"
9
- (yas-choose-value '("=" "in" "∈")))
10
(defun yas-julia-doc-args ()
11
"Format arguments of a function slightly nicer for the doc string"
12
(replace-regexp-in-string "\\([:blank:]*[,;]?*[^,;=]+=[[:ascii:][:nonascii:]]+\\)" "[\\1]" yas-text))
0 commit comments