Skip to content

Instantly share code, notes, and snippets.

@skymonsters-Ks
skymonsters-Ks / NppHspLang.xml
Last active January 19, 2020 09:11
Notepad++用 HSP(3.6 beta2) 自動補完キーワードとシンタックスハイライト
<NotepadPlus>
<UserLang name="HSP" ext="hsp as" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="yes" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00; 00// 01 02 03/* 04*/</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2">% $ 0b 0x</Keywords>
@skymonsters-Ks
skymonsters-Ks / km-input.hsp
Last active May 19, 2019 05:11
キーボードマニア専用コントローラの入力を取得するHSPモジュール(サンプル動かすには途中の #if 0 を #if 1 にしてください)
/*
キーボードマニア専用コントローラ入力取得モジュール
24鍵とスタート・セレクトボタン、ホイール上下の入力、複数のコントローラ対応
license: NYSL 0.9982 (http://www.kmonos.net/nysl/)
tested: HSP 3.5b4
*/
#module kminput