Skip to content

Instantly share code, notes, and snippets.

@JeroenVdb
Last active October 16, 2017 08:31
Show Gist options
  • Save JeroenVdb/34db3654cf0e507044cf to your computer and use it in GitHub Desktop.
Save JeroenVdb/34db3654cf0e507044cf to your computer and use it in GitHub Desktop.
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# console.log "Saved! #{editor.getPath()}"
# Your keymap
#
# Atom keymaps work similarly to style sheets. Just as style sheets use
# selectors to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts. Unlike style sheets however,
# each selector can only be declared once.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# 'atom-text-editor':
# 'enter': 'editor:newline'
#
# 'atom-workspace':
# 'ctrl-shift-p': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
# You can find more information about keymaps in these guides:
# * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings
# * https://atom.io/docs/latest/behind-atom-keymaps-in-depth
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it in the
# Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson
'atom-text-editor[data-grammar~="marko"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
[
{
"name": "about",
"version": "1.7.8"
},
{
"name": "archive-view",
"version": "0.63.3"
},
{
"name": "atom-cform-yaml",
"version": "0.5.1-0"
},
{
"name": "atom-dark-syntax",
"version": "0.28.0",
"theme": "syntax"
},
{
"name": "atom-dark-ui",
"version": "0.53.0",
"theme": "ui"
},
{
"name": "atom-jade",
"version": "0.3.0"
},
{
"name": "atom-light-syntax",
"version": "0.29.0",
"theme": "syntax"
},
{
"name": "atom-light-ui",
"version": "0.46.0",
"theme": "ui"
},
{
"name": "atom-material-syntax",
"version": "1.0.6",
"theme": "syntax"
},
{
"name": "auto-indent",
"version": "0.5.0"
},
{
"name": "autocomplete-atom-api",
"version": "0.10.3"
},
{
"name": "autocomplete-css",
"version": "0.17.3"
},
{
"name": "autocomplete-html",
"version": "0.8.1"
},
{
"name": "autocomplete-plus",
"version": "2.35.11"
},
{
"name": "autocomplete-snippets",
"version": "1.11.1"
},
{
"name": "autoflow",
"version": "0.29.0"
},
{
"name": "autosave",
"version": "0.24.3"
},
{
"name": "background-tips",
"version": "0.27.1"
},
{
"name": "base16-tomorrow-dark-theme",
"version": "1.5.0",
"theme": "syntax"
},
{
"name": "base16-tomorrow-light-theme",
"version": "1.5.0",
"theme": "syntax"
},
{
"name": "bookmarks",
"version": "0.44.4"
},
{
"name": "bracket-matcher",
"version": "0.87.3"
},
{
"name": "busy-signal",
"version": "1.4.3"
},
{
"name": "command-palette",
"version": "0.41.1"
},
{
"name": "dalek",
"version": "0.2.1"
},
{
"name": "deprecation-cop",
"version": "0.56.9"
},
{
"name": "dev-live-reload",
"version": "0.47.1"
},
{
"name": "emmet",
"version": "2.4.3"
},
{
"name": "encoding-selector",
"version": "0.23.5"
},
{
"name": "exception-reporting",
"version": "0.41.4"
},
{
"name": "file-icons",
"version": "2.1.10"
},
{
"name": "find-and-replace",
"version": "0.212.2"
},
{
"name": "fuzzy-finder",
"version": "1.5.9"
},
{
"name": "git-diff",
"version": "1.3.6"
},
{
"name": "github",
"version": "0.6.2"
},
{
"name": "github-atom-light-syntax",
"version": "0.5.0",
"theme": "syntax"
},
{
"name": "go-to-line",
"version": "0.32.1"
},
{
"name": "goto-definition",
"version": "1.3.4"
},
{
"name": "grammar-selector",
"version": "0.49.5"
},
{
"name": "hyperclick",
"version": "0.1.3"
},
{
"name": "image-view",
"version": "0.62.3"
},
{
"name": "incompatible-packages",
"version": "0.27.3"
},
{
"name": "intentions",
"version": "1.1.5"
},
{
"name": "keybinding-resolver",
"version": "0.38.0"
},
{
"name": "language-c",
"version": "0.58.1"
},
{
"name": "language-clojure",
"version": "0.22.4"
},
{
"name": "language-coffee-script",
"version": "0.49.0"
},
{
"name": "language-csharp",
"version": "0.14.2"
},
{
"name": "language-css",
"version": "0.42.5"
},
{
"name": "language-gfm",
"version": "0.90.1"
},
{
"name": "language-git",
"version": "0.19.1"
},
{
"name": "language-go",
"version": "0.44.2"
},
{
"name": "language-groovy",
"version": "0.7.0"
},
{
"name": "language-html",
"version": "0.47.7"
},
{
"name": "language-hyperlink",
"version": "0.16.2"
},
{
"name": "language-java",
"version": "0.27.4"
},
{
"name": "language-javascript",
"version": "0.127.3"
},
{
"name": "language-json",
"version": "0.19.1"
},
{
"name": "language-less",
"version": "0.33.0"
},
{
"name": "language-make",
"version": "0.22.3"
},
{
"name": "language-marko",
"version": "2.9.4"
},
{
"name": "language-mustache",
"version": "0.14.1"
},
{
"name": "language-objective-c",
"version": "0.15.1"
},
{
"name": "language-perl",
"version": "0.37.0"
},
{
"name": "language-php",
"version": "0.42.0"
},
{
"name": "language-property-list",
"version": "0.9.1"
},
{
"name": "language-python",
"version": "0.45.4"
},
{
"name": "language-ruby",
"version": "0.71.3"
},
{
"name": "language-ruby-on-rails",
"version": "0.25.2"
},
{
"name": "language-sass",
"version": "0.61.1"
},
{
"name": "language-shellscript",
"version": "0.25.3"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-sql",
"version": "0.25.8"
},
{
"name": "language-text",
"version": "0.7.3"
},
{
"name": "language-todo",
"version": "0.29.2"
},
{
"name": "language-toml",
"version": "0.18.1"
},
{
"name": "language-typescript",
"version": "0.2.1"
},
{
"name": "language-xml",
"version": "0.35.2"
},
{
"name": "language-yaml",
"version": "0.30.2"
},
{
"name": "line-ending-selector",
"version": "0.7.3"
},
{
"name": "link",
"version": "0.31.3"
},
{
"name": "linter",
"version": "2.2.0"
},
{
"name": "linter-eslint",
"version": "8.2.1"
},
{
"name": "linter-scss-lint",
"version": "3.1.0"
},
{
"name": "linter-ui-default",
"version": "1.6.3"
},
{
"name": "markdown-preview",
"version": "0.159.15"
},
{
"name": "metrics",
"version": "1.2.6"
},
{
"name": "native-ui",
"version": "0.21.0",
"theme": "ui"
},
{
"name": "notifications",
"version": "0.69.2"
},
{
"name": "one-dark-syntax",
"version": "1.8.0",
"theme": "syntax"
},
{
"name": "one-dark-ui",
"version": "1.10.8",
"theme": "ui"
},
{
"name": "one-light-syntax",
"version": "1.8.0",
"theme": "syntax"
},
{
"name": "one-light-ui",
"version": "1.10.8",
"theme": "ui"
},
{
"name": "open-on-bitbucket",
"version": "0.5.0"
},
{
"name": "open-on-github",
"version": "1.2.1"
},
{
"name": "package-generator",
"version": "1.1.1"
},
{
"name": "raml",
"version": "0.2.0"
},
{
"name": "settings-view",
"version": "0.251.10"
},
{
"name": "snippets",
"version": "1.1.5"
},
{
"name": "solarized-dark-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "solarized-light-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "spell-check",
"version": "0.72.2"
},
{
"name": "status-bar",
"version": "1.8.13"
},
{
"name": "styleguide",
"version": "0.49.7"
},
{
"name": "symbols-view",
"version": "0.118.0"
},
{
"name": "sync-settings",
"version": "0.8.2"
},
{
"name": "tabs",
"version": "0.107.2"
},
{
"name": "timecop",
"version": "0.36.0"
},
{
"name": "tree-view",
"version": "0.217.9"
},
{
"name": "update-package-dependencies",
"version": "0.12.0"
},
{
"name": "welcome",
"version": "0.36.5"
},
{
"name": "whitespace",
"version": "0.37.3"
},
{
"name": "wrap-guide",
"version": "0.40.2"
}
]
{
"core": {
"disabledPackages": [
"archive-view",
"wrap-guide",
"welcome"
],
"ignoredNames": [
".DS_Store"
]
},
"editor": {
"fontSize": 13,
"invisibles": {},
"scrollPastEnd": true,
"showIndentGuide": true,
"showInvisibles": true,
"softTabs": false,
"softWrap": true,
"tabLength": 4,
"tabType": "hard"
},
"emmet": {},
"exception-reporting": {
"userId": "d16b539d-1513-572b-3c46-220fcd070c60"
},
"linter": {
"lintOnChange": false
},
"linter-eslint": {
"disableWhenNoEslintrcFileInPath": true
},
"linter-scss-lint": {
"executablePath": "/usr/local/bin/scss-lint"
},
"linter-ui-default": {
"panelHeight": 210,
"showPanel": true
},
"markdown-preview": {
"breakOnSingleNewline": true
},
"minimap": {
"absoluteMode": true
},
"one-dark-ui": {
"fontSize": 13
},
"sync-settings": {},
"tree-view": {},
"welcome": {
"showOnStartup": false
},
"whitespace": {}
}
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
# '.source.coffee':
# 'Console log':
# 'prefix': 'log'
# 'body': 'console.log $1'
#
# Each scope (e.g. '.source.coffee' above) can only be declared once.
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it in the
# Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson
'.text.html .meta.tag':
'th:classappend':
'prefix': 'th:classappend'
'body': 'th:classappend="${$1}"'
'th:each':
'prefix': 'th:each'
'body': 'th:each="$1 : ${$2}"'
'th:abbr':
'prefix': 'th:abbr'
'body': 'th:abbr="${$1}"'
'th:accept':
'prefix': 'th:accept'
'body': 'th:accept="${$1}"'
'th:accept-charset':
'prefix': 'th:accept-charset'
'body': 'th:accept-charset="${$1}"'
'th:accesskey':
'prefix': 'th:accesskey'
'body': 'th:accesskey="${$1}"'
'th:action':
'prefix': 'th:action'
'body': 'th:action="${$1}"'
'th:align':
'prefix': 'th:align'
'body': 'th:align="${$1}"'
'th:alt':
'prefix': 'th:alt'
'body': 'th:alt="${$1}"'
'th:archive':
'prefix': 'th:archive'
'body': 'th:archive="${$1}"'
'th:audio':
'prefix': 'th:audio'
'body': 'th:audio="${$1}"'
'th:autocomplete':
'prefix': 'th:autocomplete'
'body': 'th:autocomplete="${$1}"'
'th:axis':
'prefix': 'th:axis'
'body': 'th:axis="${$1}"'
'th:background':
'prefix': 'th:background'
'body': 'th:background="${$1}"'
'th:bgcolor':
'prefix': 'th:bgcolor'
'body': 'th:bgcolor="${$1}"'
'th:border':
'prefix': 'th:border'
'body': 'th:border="${$1}"'
'th:cellpadding':
'prefix': 'th:cellpadding'
'body': 'th:cellpadding="${$1}"'
'th:cellspacing':
'prefix': 'th:cellspacing'
'body': 'th:cellspacing="${$1}"'
'th:challenge':
'prefix': 'th:challenge'
'body': 'th:challenge="${$1}"'
'th:charset':
'prefix': 'th:charset'
'body': 'th:charset="${$1}"'
'th:cite':
'prefix': 'th:cite'
'body': 'th:cite="${$1}"'
'th:class':
'prefix': 'th:class'
'body': 'th:class="${$1}"'
'th:classid':
'prefix': 'th:classid'
'body': 'th:classid="${$1}"'
'th:codebase':
'prefix': 'th:codebase'
'body': 'th:codebase="${$1}"'
'th:codetype':
'prefix': 'th:codetype'
'body': 'th:codetype="${$1}"'
'th:cols':
'prefix': 'th:cols'
'body': 'th:cols="${$1}"'
'th:colspan':
'prefix': 'th:colspan'
'body': 'th:colspan="${$1}"'
'th:compact':
'prefix': 'th:compact'
'body': 'th:compact="${$1}"'
'th:content':
'prefix': 'th:content'
'body': 'th:content="${$1}"'
'th:contenteditable':
'prefix': 'th:contenteditable'
'body': 'th:contenteditable="${$1}"'
'th:contextmenu':
'prefix': 'th:contextmenu'
'body': 'th:contextmenu="${$1}"'
'th:data':
'prefix': 'th:data'
'body': 'th:data="${$1}"'
'th:datetime':
'prefix': 'th:datetime'
'body': 'th:datetime="${$1}"'
'th:dir':
'prefix': 'th:dir'
'body': 'th:dir="${$1}"'
'th:draggable':
'prefix': 'th:draggable'
'body': 'th:draggable="${$1}"'
'th:dropzone':
'prefix': 'th:dropzone'
'body': 'th:dropzone="${$1}"'
'th:enctype':
'prefix': 'th:enctype'
'body': 'th:enctype="${$1}"'
'th:for':
'prefix': 'th:for'
'body': 'th:for="${$1}"'
'th:form':
'prefix': 'th:form'
'body': 'th:form="${$1}"'
'th:formaction':
'prefix': 'th:formaction'
'body': 'th:formaction="${$1}"'
'th:formenctype':
'prefix': 'th:formenctype'
'body': 'th:formenctype="${$1}"'
'th:formmethod':
'prefix': 'th:formmethod'
'body': 'th:formmethod="${$1}"'
'th:formtarget':
'prefix': 'th:formtarget'
'body': 'th:formtarget="${$1}"'
'th:frame':
'prefix': 'th:frame'
'body': 'th:frame="${$1}"'
'th:frameborder':
'prefix': 'th:frameborder'
'body': 'th:frameborder="${$1}"'
'th:headers':
'prefix': 'th:headers'
'body': 'th:headers="${$1}"'
'th:height':
'prefix': 'th:height'
'body': 'th:height="${$1}"'
'th:high':
'prefix': 'th:high'
'body': 'th:high="${$1}"'
'th:href':
'prefix': 'th:href'
'body': 'th:href="${$1}"'
'th:hreflang':
'prefix': 'th:hreflang'
'body': 'th:hreflang="${$1}"'
'th:hspace':
'prefix': 'th:hspace'
'body': 'th:hspace="${$1}"'
'th:http-equiv':
'prefix': 'th:http-equiv'
'body': 'th:http-equiv="${$1}"'
'th:icon':
'prefix': 'th:icon'
'body': 'th:icon="${$1}"'
'th:id':
'prefix': 'th:id'
'body': 'th:id="${$1}"'
'th:keytype':
'prefix': 'th:keytype'
'body': 'th:keytype="${$1}"'
'th:kind':
'prefix': 'th:kind'
'body': 'th:kind="${$1}"'
'th:label':
'prefix': 'th:label'
'body': 'th:label="${$1}"'
'th:lang':
'prefix': 'th:lang'
'body': 'th:lang="${$1}"'
'th:list':
'prefix': 'th:list'
'body': 'th:list="${$1}"'
'th:longdesc':
'prefix': 'th:longdesc'
'body': 'th:longdesc="${$1}"'
'th:low':
'prefix': 'th:low'
'body': 'th:low="${$1}"'
'th:manifest':
'prefix': 'th:manifest'
'body': 'th:manifest="${$1}"'
'th:marginheight':
'prefix': 'th:marginheight'
'body': 'th:marginheight="${$1}"'
'th:marginwidth':
'prefix': 'th:marginwidth'
'body': 'th:marginwidth="${$1}"'
'th:max':
'prefix': 'th:max'
'body': 'th:max="${$1}"'
'th:maxlength':
'prefix': 'th:maxlength'
'body': 'th:maxlength="${$1}"'
'th:media':
'prefix': 'th:media'
'body': 'th:media="${$1}"'
'th:method':
'prefix': 'th:method'
'body': 'th:method="${$1}"'
'th:min':
'prefix': 'th:min'
'body': 'th:min="${$1}"'
'th:name':
'prefix': 'th:name'
'body': 'th:name="${$1}"'
'th:optimum':
'prefix': 'th:optimum'
'body': 'th:optimum="${$1}"'
'th:pattern':
'prefix': 'th:pattern'
'body': 'th:pattern="${$1}"'
'th:placeholder':
'prefix': 'th:placeholder'
'body': 'th:placeholder="${$1}"'
'th:poster':
'prefix': 'th:poster'
'body': 'th:poster="${$1}"'
'th:preload':
'prefix': 'th:preload'
'body': 'th:preload="${$1}"'
'th:radiogroup':
'prefix': 'th:radiogroup'
'body': 'th:radiogroup="${$1}"'
'th:rel':
'prefix': 'th:rel'
'body': 'th:rel="${$1}"'
'th:rev':
'prefix': 'th:rev'
'body': 'th:rev="${$1}"'
'th:rows':
'prefix': 'th:rows'
'body': 'th:rows="${$1}"'
'th:rowspan':
'prefix': 'th:rowspan'
'body': 'th:rowspan="${$1}"'
'th:rules':
'prefix': 'th:rules'
'body': 'th:rules="${$1}"'
'th:sandbox':
'prefix': 'th:sandbox'
'body': 'th:sandbox="${$1}"'
'th:scheme':
'prefix': 'th:scheme'
'body': 'th:scheme="${$1}"'
'th:scope':
'prefix': 'th:scope'
'body': 'th:scope="${$1}"'
'th:scrolling':
'prefix': 'th:scrolling'
'body': 'th:scrolling="${$1}"'
'th:size':
'prefix': 'th:size'
'body': 'th:size="${$1}"'
'th:sizes':
'prefix': 'th:sizes'
'body': 'th:sizes="${$1}"'
'th:span':
'prefix': 'th:span'
'body': 'th:span="${$1}"'
'th:spellcheck':
'prefix': 'th:spellcheck'
'body': 'th:spellcheck="${$1}"'
'th:src':
'prefix': 'th:src'
'body': 'th:src="${$1}"'
'th:srclang':
'prefix': 'th:srclang'
'body': 'th:srclang="${$1}"'
'th:standby':
'prefix': 'th:standby'
'body': 'th:standby="${$1}"'
'th:start':
'prefix': 'th:start'
'body': 'th:start="${$1}"'
'th:step':
'prefix': 'th:step'
'body': 'th:step="${$1}"'
'th:style':
'prefix': 'th:style'
'body': 'th:style="${$1}"'
'th:summary':
'prefix': 'th:summary'
'body': 'th:summary="${$1}"'
'th:tabindex':
'prefix': 'th:tabindex'
'body': 'th:tabindex="${$1}"'
'th:target':
'prefix': 'th:target'
'body': 'th:target="${$1}"'
'th:title':
'prefix': 'th:title'
'body': 'th:title="${$1}"'
'th:type':
'prefix': 'th:type'
'body': 'th:type="${$1}"'
'th:usemap':
'prefix': 'th:usemap'
'body': 'th:usemap="${$1}"'
'th:value':
'prefix': 'th:value'
'body': 'th:value="${$1}"'
'th:valuetype':
'prefix': 'th:valuetype'
'body': 'th:valuetype="${$1}"'
'th:vspace':
'prefix': 'th:vspace'
'body': 'th:vspace="${$1}"'
'th:width':
'prefix': 'th:width'
'body': 'th:width="${$1}"'
'th:wrap':
'prefix': 'th:wrap'
'body': 'th:wrap="${$1}"'
'th:xmlbase':
'prefix': 'th:xmlbase'
'body': 'th:xmlbase="${$1}"'
'th:xmllang':
'prefix': 'th:xmllang'
'body': 'th:xmllang="${$1}"'
'th:xmlspace':
'prefix': 'th:xmlspace'
'body': 'th:xmlspace="${$1}"'
'th:async':
'prefix': 'th:async'
'body': 'th:async="${$1}"'
'th:autofocus':
'prefix': 'th:autofocus'
'body': 'th:autofocus="${$1}"'
'th:autoplay':
'prefix': 'th:autoplay'
'body': 'th:autoplay="${$1}"'
'th:checked':
'prefix': 'th:checked'
'body': 'th:checked="${$1}"'
'th:controls':
'prefix': 'th:controls'
'body': 'th:controls="${$1}"'
'th:declare':
'prefix': 'th:declare'
'body': 'th:declare="${$1}"'
'th:default':
'prefix': 'th:default'
'body': 'th:default="${$1}"'
'th:defer':
'prefix': 'th:defer'
'body': 'th:defer="${$1}"'
'th:disabled':
'prefix': 'th:disabled'
'body': 'th:disabled="${$1}"'
'th:formnovalidate ':
'prefix': 'th:formnovalidate '
'body': 'th:formnovalidate="${$1}"'
'th:hidden ':
'prefix': 'th:hidden '
'body': 'th:hidden="${$1}"'
'th:ismap':
'prefix': 'th:ismap'
'body': 'th:ismap="${$1}"'
'th:loop':
'prefix': 'th:loop'
'body': 'th:loop="${$1}"'
'th:multiple':
'prefix': 'th:multiple'
'body': 'th:multiple="${$1}"'
'th:novalidate':
'prefix': 'th:novalidate'
'body': 'th:novalidate="${$1}"'
'th:nowrap':
'prefix': 'th:nowrap'
'body': 'th:nowrap="${$1}"'
'th:open':
'prefix': 'th:open'
'body': 'th:open="${$1}"'
'th:pubdate':
'prefix': 'th:pubdate'
'body': 'th:pubdate="${$1}"'
'th:readonly':
'prefix': 'th:readonly'
'body': 'th:readonly="${$1}"'
'th:required':
'prefix': 'th:required'
'body': 'th:required="${$1}"'
'th:reversed':
'prefix': 'th:reversed'
'body': 'th:reversed="${$1}"'
'th:scoped ':
'prefix': 'th:scoped '
'body': 'th:scoped="${$1}"'
'th:seamless':
'prefix': 'th:seamless'
'body': 'th:seamless="${$1}"'
'th:selected':
'prefix': 'th:selected'
'body': 'th:selected="${$1}"'
'th:include':
'prefix': 'th:include'
'body': 'th:include="${$1}"'
'th:replace':
'prefix': 'th:replace'
'body': 'th:replace="${$1}"'
'th:each':
'prefix': 'th:each'
'body': 'th:each="${$1}"'
'th:if':
'prefix': 'th:if'
'body': 'th:if="${$1}"'
'th:unless':
'prefix': 'th:unless'
'body': 'th:unless="${$1}"'
'th:switch':
'prefix': 'th:switch'
'body': 'th:switch="${$1}"'
'th:case':
'prefix': 'th:case'
'body': 'th:case="${$1}"'
'th:object':
'prefix': 'th:object'
'body': 'th:object="${$1}"'
'th:with':
'prefix': 'th:with'
'body': 'th:with="${$1}"'
'th:attr':
'prefix': 'th:attr'
'body': 'th:attr="${$1}"'
'th:attrprepend':
'prefix': 'th:attrprepend'
'body': 'th:attrprepend="${$1}"'
'th:attrappend':
'prefix': 'th:attrappend'
'body': 'th:attrappend="${$1}"'
'th:value':
'prefix': 'th:value'
'body': 'th:value="${$1}"'
'th:href':
'prefix': 'th:href'
'body': 'th:href="${$1}"'
'th:src':
'prefix': 'th:src'
'body': 'th:src="${$1}"'
'th:text':
'prefix': 'th:text'
'body': 'th:text="${$1}"'
'th:utext':
'prefix': 'th:utext'
'body': 'th:utext="${$1}"'
'th:fragment':
'prefix': 'th:fragment'
'body': 'th:fragment="${$1}"'
'th:remove':
'prefix': 'th:remove'
'body': 'th:remove="${$1}"'
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
// style the background color of the tree view
.tree-view {
// background-color: whitesmoke;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
}
// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
// border-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment