Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ace-yaksok

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ace-yaksok

ace editor yaksok language plugin

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

mode-yaksok

ace editor 전용 약속 언어 플러그인입니다.

다음의 기능들을 제공합니다:

  • 약속 문법 강조
  • 코드 접기
    • (TODO) 번역 접기
  • 자동 들여쓰기
  • (TODO) 자동 내어쓰기
  • (TODO) 코드 자동완성

사용법

<!-- noconflict 버전의 ace가 필요합니다 -->
<script type="text/javascript" src="http://ajaxorg.github.io/ace-builds/src-noconflict/ace.js"></script>
<!-- mode-python.js도 같이 포함해야 합니다. -->
<script type="text/javascript" src="http://ajaxorg.github.io/ace-builds/src-noconflict/mode-python.js"></script>
<script type="text/javascript" src="mode-yaksok.js"></script>
var YaksokMode = ace.require('ace/mode/yaksok').Mode;
editor.getSession().setMode(new YaksokMode());

FAQs

Package last updated on 14 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc