Skip to content

Instantly share code, notes, and snippets.

View infomiho's full-sized avatar
🐶

Mihovil Ilakovac infomiho

🐶
View GitHub Profile
@infomiho
infomiho / Učitelj funkcija 2000.markdown
Created November 26, 2015 20:34
Učitelj funkcija 2000
@infomiho
infomiho / FuzzyFilePath.sublime-settings
Last active January 26, 2017 11:35
FuzzyFIlePath settings for vuejs
{
"scopes": [
{
// js and vue - require("")
"scope": "source\\.[js|vue].*string", // 1. ignore if scope at cursor does not match expression (super+alt+p)
"prefix": ["require"], // 2. trigger only if: require(<cursor>
// if 1 & 2 are true:
"auto": true, // auto suggest filepaths, else only by shorctut
"extensions": ["js", "vue"], // show only .js and .vue files
"relative": true, // insert absolute