Questions tagged [cson]

CoffeeScript-Object-Notation

A serialized form of CoffeeScript.

22 questions
0
votes
1 answer

Is there a way to remove title bar in atom-editor in linux

I am trying to remove the title bar on atom in linux. The extensions there seem to offer no help since most of them are mac-oriented. I have found an answer to this here but the code provided does not seem to affect the title-bar, only the editor
Jimii
  • 294
  • 2
  • 5
0
votes
0 answers

How to read a cson file into R

I came across a cson (CoffeeScript-Object-Notation) file format and I would like to import it into R. cson_example <- "# Comments!!! # An Array with no commas! greatDocumentaries: [ 'earthlings.com' 'forksoverknives.com' 'cowspiracy.com' ] # An…
ZeroStack
  • 1,049
  • 1
  • 13
  • 25
0
votes
1 answer

Julia on Hydrogen on Atom (Windows 10) Error Message

I get the following popup in red. Failed to load snippets from 'C:\Users\18148.atom\packages\language- julia\snippets\language-julia.cson' C:\Users\18148\.atom\packages\language-julia\snippets\language-julia.cson: Duplicate key…
ztyh
  • 401
  • 5
  • 11
0
votes
2 answers

How can I prevent Atom from making superficial changes to config.cson?

From what I can tell from the CSON README and other CSON usages I've found on the Internet, it's conventional to use single rather than double quotes for string literals. Because of this (and because I agree with the rationale I've generally seen…
Sam Estep
  • 12,974
  • 2
  • 37
  • 75
0
votes
1 answer

How to use regex with cson

I wanna capture logical operators from ooRexx with regex in a .cson file because I want support syntax highlighting of ooRexx with the Atom editor. Those are the operators I try to cover: >= <= \> \< \= >< <> == \== // && || ** ¬> ¬< ¬= ¬== >> <<…
0
votes
1 answer

Atom snippets not working with scss multiline snippet

I am trying to get working my custom snippets in Atom editor. This is my snippets.cson file: # 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…
Bartosz Walicki
  • 182
  • 2
  • 9
-1
votes
1 answer

Adding Super Key to Atom editor's key bindings

I've made the switch from kate to Github's Atom editor and I'm enjoying all the plugins and extras it has. One thing that I can't figure out however is to make use of the linux "super key" in atom's key bindings (Also known as the Windows key). …
neanderslob
  • 2,633
  • 6
  • 40
  • 82
1
2