From 0cdb2548d77fdd454343bb52d7fb11d7c1729e01 Mon Sep 17 00:00:00 2001 From: Arthur Guiot Date: Sat, 7 Jul 2018 18:56:14 +0200 Subject: [PATCH 1/2] Added Sass --- README.md | 13 ++++++++----- list_langs.py | 0 s/sass.sass | 2 ++ 3 files changed, 10 insertions(+), 5 deletions(-) mode change 100644 => 100755 list_langs.py create mode 100644 s/sass.sass diff --git a/README.md b/README.md index c0957b5..83840b8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Thanks to everyone who continues to contribute, new languages are created every Make sure to see CONTRIBUTING.md for instructions on contributing to the project! -Spin-Off project smartly suggested and implemented by [@zenware](https://github.com/zenware): +Spin-Off project smartly suggested and implemented by [@zenware](https://github.com/zenware): Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-world](https://github.com/leachim6/hello-world). * [Hello Html](e/elm.elm) @@ -22,7 +22,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [4Gl](%23/4gl.4gl) * [4Test](%23/4test) * [4Thdimension](%23/4thdimension.4dd) -* [~English](%23/%7EEnglish.ext) +* [~English](%23/~English.ext) * [Abap](a/abap.abap) * [Abc](a/abc.abc) * [Acidic](a/ACIDIC.acidic) @@ -71,6 +71,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Assembler 8048 Videopac](a/assembler_8048_videopac.asm) * [Assembler Arm](a/assembler_arm.s) * [Assembler Atari2600](a/assembler_atari2600.asm) +* [Assembler Bootsect](a/assembler_bootsect.asm) * [Assembler Dcpu16](a/assembler_DCPU16.asm) * [Assembler Fasm Dos](a/assembler_fasm_dos.asm) * [Assembler Hla](a/assembler_hla.hla) @@ -93,7 +94,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Assembler Z80 Knightos](a/assembler_z80_knightos.asm) * [Assembler Z80 Ti83Calculator](a/assembler_z80_ti83calculator.asm) * [Assembler Z80 Zxspectrum](a/assembler_z80_zxspectrum.asm) -* [Attache](a/Attache.@) +* [Attache](a/Attache.%40) * [Autohotkey](a/autohotkey.ahk) * [Autoit](a/autoit.au3) * [Awful](a/awful.yuk) @@ -109,12 +110,14 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Befunge](b/befunge.be) * [Bennugd](b/BennuGD) * [Beta](b/beta.bet) +* [Birl](b/BIRL.c) * [Bit](b/BIT.bit) * [Bitbitjump](b/BitBitJump.bbj) * [Blackrum](b/BlackRum.br) * [Blc](b/BLC.Blc) * [Blitz3D](b/blitz3d.bb) * [Blub](b/blub.blub) +* [Bolgefuck](b/bolgefuck.bf) * [Boo](b/boo.boo) * [Brainfuck 2D](b/brainfuck-2d.bf2d) * [Brainfuck](b/brainfuck.bf) @@ -291,7 +294,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Livescript](l/livescript.ls) * [Llvm](l/llvm.ll) * [Lnusp](l/LNUSP.lnusp) -* [Logical](l/logical.logical) * [Logo](l/logo.lg) * [Lola](l/LOLA.lola) * [Lolcode](l/lolcode.lol) @@ -420,6 +422,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Sacred](s/sacred.sacred) * [Sal](s/sal.s) * [Sas](s/sas.sas) +* [Sass](s/sass.sass) * [Sather](s/sather.sa) * [Scala](s/scala.scala) * [Scheme](s/scheme.scm) @@ -522,7 +525,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Y](y/Y.y) * [Yaml](y/yaml.yaml) * [Yolang](y/yolang.yo) -* [YoptaScript](y/yoptascript.js) +* [Yoptascript](y/yoptascript.js) * [Zbd](z/zbd) * [Zepto](z/zepto.zp) * [Zetaplex](z/zetaplex.zeta) diff --git a/list_langs.py b/list_langs.py old mode 100644 new mode 100755 diff --git a/s/sass.sass b/s/sass.sass new file mode 100644 index 0000000..770a4b7 --- /dev/null +++ b/s/sass.sass @@ -0,0 +1,2 @@ +body::before + content: "Hello World!" From 73dfffd3d7b045c3e271f49fb2e3e14579b6477a Mon Sep 17 00:00:00 2001 From: Arthur Guiot Date: Sat, 7 Jul 2018 18:56:46 +0200 Subject: [PATCH 2/2] Added Scss --- s/Scss.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 s/Scss.scss diff --git a/s/Scss.scss b/s/Scss.scss new file mode 100644 index 0000000..ad5ffcc --- /dev/null +++ b/s/Scss.scss @@ -0,0 +1,3 @@ +body::before { + content: "Hello World!" +}