Git Product home page Git Product logo

Comments (6)

keith avatar keith commented on May 18, 2024

Ugh. It looks like it's actually the opening [ that breaks it. I've said this before but I'll say it again, vim syntax highlighting is the worst.

from swift.vim.

keith avatar keith commented on May 18, 2024

Looks like this is happening because of the swiftLiteralWrapper definition.

from swift.vim.

keith avatar keith commented on May 18, 2024

Removed the conflicting type. Now this doesn't support a nice type but this is more important.

from swift.vim.

 avatar commented on May 18, 2024

@Keithbsmiley I got this to work just fine if I add swiftString to the contains attribute:

diff --git a/syntax/swift.vim b/syntax/swift.vim
index 89a38fb..fc15d4e 100644
--- a/syntax/swift.vim
+++ b/syntax/swift.vim
@@ -137,7 +137,7 @@ syntax keyword swiftStructure

 syntax region swiftTypeWrapper start="\v:\s*" end="\v[^\w]" contains=swiftString,swiftBoolean,swiftNumber,swiftType,swiftGenericsWrapper transparent oneline
 syntax region swiftGenericsWrapper start="\v\<" end="\v\>" contains=swiftType transparent oneline
-" syntax region swiftLiteralWrapper start="\v\=\s*" skip="\v[^\[\]]\(\)" end="\v(\[\]|\(\))" contains=swiftType transparent oneline
+syntax region swiftLiteralWrapper start="\v\=\s*" skip="\v[^\[\]]\(\)" end="\v(\[\]|\(\))" contains=swiftType,swiftString transparent oneline
 syntax region swiftReturnWrapper start="\v-\>\s*" end="\v(\{|$)" contains=swiftType transparent oneline
 syntax match swiftType "\v\u\w*" contained containedin=swiftGenericsWrapper,swiftTypeWrapper,swiftLiteralWrapper,swiftGenericsWrapper

from swift.vim.

aclissold avatar aclissold commented on May 18, 2024

@ajh17 I can verify that it works! Nice!

Maybe I'll try learning Vim syntax highlighting, so I can make your life easier instead of more difficult 😆

from swift.vim.

keith avatar keith commented on May 18, 2024

Awesome! Merged here: 5404d28 thanks!

from swift.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.