Skip to content
View KapitanOczywisty's full-sized avatar
  • Kraków, Poland
Block or Report

Block or report KapitanOczywisty

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. vscode-schema vscode-schema Public

    Schemas with vscode features and descriptions.

  2. vscode-php-dev vscode-php-dev Public

    JavaScript 1

  3. Atom language spec generator Atom language spec generator
    1
    // paste into Init Script (.js) in Atom
    2
    function specBuild(code, skipSpaces = true) {
    3
      const _escape = (str) => str.replace(/\\/g, '\\\\');
    4
    
                  
    5
      code = code.replace(/^\s*\n|\n\s*$/g, '');
  4. language-php language-php Public

    Forked from atom/language-php

    PHP package for Atom

    CoffeeScript 2 3