Hello,

I'd like to see if there's any scripts/syntax files for highlighting
stack traces, and underlining files in the stacktrace in blue or
something similar.

This would make it easy to see where I can jump to, to debug errors.

For example, in Grails (A web-framework built on Java) you can run tests,
and the test output will look like this:

java.lang.NullPointerException
        at 
org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:178)
        at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:477)
        at BookTests.testSomething(BookTests.groovy:6)
        at 
org.codehaus.groovy.grails.support.GrailsTestSuite.runTest(GrailsTestSuite.java:72)

I'd like for the BookTests.groovy:6 to be highlighted.

This seems like a pretty standard format, so I was wondering if
there's already a
filetype or syntax that's defined for highlighting stack traces.

I checked out the vjde.vim script, but it seemed to be more focused on
editing code
and refactoring.

Are there any syntax files defined for these stack traces?

Thanks,
--Nate

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to