You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Hi @cleonte, I had the same issue and found out that you must change the 'non-word characters' config of language-puppet (and perhaps default IDE settings).
Hi All,
its there any way to make language-puppet understand classes like
class:subbclass1::subclass2 and goto defintion to work?
for vim-cgats i found something like this on the interent
--langdef=puppet
--langmap=puppet:.pp
--regex-puppet=/^class[ \t ]([:a-zA-Z0-9-]+)[ \t ]/\1/c,class/
--regex-puppet=/^site[ \t ]([a-zA-Z0-9_-]+)[ \t ]/\1/s,site/
--regex-puppet=/^node[ \t ]([a-zA-Z0-9_-]+)[ \t ]/\1/n,node/
--regex-puppet=/^define[ \t ]([:a-zA-Z0-9_-]+)[ \t ]/\1/d,definition/
--regex-puppet=/^ ([a-zA-Zi:]+) *{ *(.) *:/\1[\2]/r,resource/
--regex-puppet=/^ *([A-Z][a-zA-Z0-9_:]+) *{/\1/f,default/
The text was updated successfully, but these errors were encountered: