Fmajor

Results 28 comments of Fmajor

i am writing Vue, like this (i have delete all the function body..) ```vue import _ from 'underscore' import MTableRow from './m-table-row' let eachColumn = { 'data': [], // do...

also, i tried `{scope=pop}{scope=push}`, it act only as `{scope=push}`

actually i do not want to run a JavaScript parser in the ... area, that will list too many symbols, i want to focus on the overview structure of the...

i use vim+tagbar a lot, but i just got to use ctags in this custom way yesterday. i find it a lot help to navigate vim in well structured file(e.g:...

If the requirement are too complex, i'd like to try to write a custom parser, is there any demo or doc for that?

hi @codebrainz 1. how to parse the single file components and embedded languages? just as what @masatake said? > Writing the vue parser in C language is one of approach....

Yes, you are right. i use Webpack to handle my project, so maybe i can write a preload plugin to generate ctag file using javascript, it's much more easier, thanks.

i read the [ctags documents](http://ctags.sourceforge.net/EXTENDING.html), it says > A regex-based parser is inherently line-oriented (i.e. the entire tag must be recognizable from looking at a single line) and **context-insensitive** (i.e...

@masatake thanks a lot! Anyway, i still thinks it will make ctags much more powerful adding the "if" and "set" feature(i'd like to use it on some formatted file to...

I tried to apply the latest version ctags install from homebrew on some js file, but it failed to extract the "export default" part let me explain my requests (and...