Monox Val
Monox Val
> Thanks for the [https://github.com/warmdev/SublimeOutline/issues/2#issuecomment-256441587](url) link, but I still have troubles with editing the Symbols List for the SystemVerilog language. > > 1. The SystemVerilog has only SymbolList.tmPreferences file, there...
Yes. Open the verilog file u want to test. place the cursos at the begining of the string that you want to add as a symbol. Do `Tools > Developer...
Do you mean like identation in the Outline to show a kind of tree? Yes. You can add leading whitespaces to symbols to create this effect. Check my package [Json...
> @Monox18 , should your **JsonSymbolsAndColorSyntax** work for Verilog files as well? Could you please provide some examples? My `JsonSymbolsAndColorSyntax` is meant only for `json`, not for `verilog` files. >...
I'm not quite sure what you want to do with the "custom callback function"... But let's see if I get it right, you want the ability to have comments displayed...
Do the trick in #20 to fix this issue.
Thanks for the suggestion, In my case, source.html disabled my linter. Html files report a different source in SublimeText so I modified it to: ``` "htmlhint": { "selector": "text.html.basic" }...