Markdown snippets
This commit is contained in:
parent
2f1a517391
commit
6155e58879
5 changed files with 23 additions and 0 deletions
4
snippets/markdown-mode/ignore-line-length
Normal file
4
snippets/markdown-mode/ignore-line-length
Normal file
|
@ -0,0 +1,4 @@
|
|||
# key: <ill
|
||||
# name: ignore-line-length
|
||||
# --
|
||||
<!--- pyml disable-num-lines ${0} line-length -->
|
4
snippets/markdown-mode/ignore-lines
Normal file
4
snippets/markdown-mode/ignore-lines
Normal file
|
@ -0,0 +1,4 @@
|
|||
# key: <ils
|
||||
# name: ignore-lines
|
||||
# --
|
||||
<!--- pyml disable-num-lines ${1} ${2:$$(yas-choose-value '("line-length" "no-bare-urls" "code-fence-style" ))} -->
|
4
snippets/markdown-mode/ignore-next-line
Normal file
4
snippets/markdown-mode/ignore-next-line
Normal file
|
@ -0,0 +1,4 @@
|
|||
# key: <inl
|
||||
# name: ignore-next-line
|
||||
# --
|
||||
<!--- pyml disable-next-line ${1:$$(yas-choose-value '("line-length" "no-bare-urls" "code-fence-style" ))} -->
|
5
snippets/markdown-mode/yaml
Normal file
5
snippets/markdown-mode/yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: ignore-lines
|
||||
# key: <ils
|
||||
# --
|
||||
<!--- pyml disable-num-lines ${1} ${2:$$(yas-choose-value '("line-length" "no-bare-urls" "code-fence-style" ))} -->
|
6
snippets/org-mode/yaml-code-block
Normal file
6
snippets/org-mode/yaml-code-block
Normal file
|
@ -0,0 +1,6 @@
|
|||
# key: <sy
|
||||
# name: yaml-code-block
|
||||
# --
|
||||
#+BEGIN_SRC yaml
|
||||
$0
|
||||
#+END_SRC
|
Loading…
Reference in a new issue