neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

injections.scm (661B)


      1 ;; extends
      2 
      3 (attribute
      4   [ 
      5     ((attribute_name) @_builtin (#any-of? @_builtin
      6                                  "*ngIf"
      7                                  "*ngSwitch"
      8                                  "*ngModel"
      9                                  "*ngDisabled"
     10                                  "*ngSwitchCase"
     11                                  ))
     12     ((attribute_name) @_input (#lua-match? @_input "^%[.+]$"))
     13     ((attribute_name) @_output (#lua-match? @_output "^%(.+%)$"))
     14     ((attribute_name) @_banana (#lua-match? @_banana "^%[%(.+%)]$"))
     15     ]
     16   (quoted_attribute_value
     17     (attribute_value) @injection.content
     18     (#set! injection.language "dart")
     19     )
     20   )