• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

language-kaoscript

kaoscript language support in Atom
  • #kaoscript
  • #language
  • #grammar
  • #syntax
kaoscript
0.3.0 18
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

language-kaoscript

MIT License

Adds syntax highlighting and snippets to kaoscript files in Atom.

Getting Started

Atom Preferences

Search and install the package language-kaoscript in Atom (Preferences->Install)

apm

With apm previously installed:

apm install language-kaoscript

Snippets

Trigger Name Body
class class class $name {...}
do do while do {...} while $condition
dou do until do {...} until $condition
enum enum enum $name {...}
if if if $condition {...}
ife if … else if $condition {...} else {...}
else else else {...}
elseif else if else if $condition {...}
fortil for from/til for $variable from $ til $ {...}
forto from from/to for $variable from $ to $ {...}
forin for in for $variable in $ {...}
forof for of for $variable of $ {...}
fun function func $name($) {...}
f anonymous function func($) {...}
log log console.log($)
warn warn console.warn($)
error error console.error($)
try try try {...}
tryc try catch try {...} catch $error {...}
tryf try finally try {...} finally {...}
until until until $condition {...}
while while while $condition {...}

License

Copyright © 2016 Baptiste Augrain

Licensed under the MIT license.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by